Difference between revisions of "CSUpload 1 0-uploadDocument"
Line 1: | Line 1: | ||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://uxegyjyga.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://uxegyjyga.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
__NOTOC__ | __NOTOC__ | ||
Attention: Do not change any text in the description, signature, and paramter sections. | Attention: Do not change any text in the description, signature, and paramter sections. | ||
Line 8: | Line 16: | ||
== Signature == | == Signature == | ||
− | public struct | + | public struct <strong>uploadDocument</strong> ( numeric subsiteid, struct data, Binary docBinaryData, numeric doLogin ) |
== Parameters == | == Parameters == | ||
− | + | <table id="lib-params"> | |
− | + | <tr class="header"> | |
− | + | <td>Required</td> | |
− | + | <td>Name</td> | |
− | + | <td>Type</td> | |
− | + | <td>Description</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td class="required">required</td> | |
− | + | <td>subsiteid</td> | |
− | + | <td>numeric</td> | |
− | + | <td></td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>&nbsp;</td> | |
− | + | <td>data</td> | |
− | + | <td>struct</td> | |
− | + | <td>Data for upload document.</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td>&nbsp;</td> | |
− | + | <td>docBinaryData</td> | |
− | + | <td>Binary</td> | |
− | + | <td>Binary data of the document.</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <td class="required">optional</td> | |
− | + | <td>doLogin</td> | |
− | + | <td>numeric</td> | |
− | + | <td>[Default: 0] Force the login always</td> | |
− | + | </tr> | |
− | + | </table> |
Revision as of 23:14, 23 November 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to CSUpload_1_0
Description
Use this method to upload a document into the upload folder of an designated subsite
Signature
public struct <strong>uploadDocument</strong> ( numeric subsiteid, struct data, Binary docBinaryData, numeric doLogin )
Parameters
<table id="lib-params"> <tr class="header"> <td>Required</td> <td>Name</td> <td>Type</td> <td>Description</td> </tr>
<tr>
<td class="required">required</td>
<td>subsiteid</td> <td>numeric</td> <td></td> </tr>
<tr>
<td> </td>
<td>data</td> <td>struct</td> <td>Data for upload document.</td> </tr>
<tr>
<td> </td>
<td>docBinaryData</td> <td>Binary</td> <td>Binary data of the document.</td> </tr>
<tr>
<td class="required">optional</td>
<td>doLogin</td> <td>numeric</td> <td>[Default: 0] Force the login always</td> </tr>
</table>