Difference between revisions of "CSUpload 1 0-uploadImage"
From ADF Docs
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | Attention: Do not change any text in the description, signature, and paramter sections. | ||
+ | |||
+ | Return to [[CSUpload_1_0]] | ||
+ | |||
== Description == | == Description == | ||
Use this method to upload images into the Image Gallery | Use this method to upload images into the Image Gallery | ||
Line 44: | Line 49: | ||
<tr> | <tr> | ||
− | |||
<td class="required">optional</td> | <td class="required">optional</td> |
Latest revision as of 20:58, 8 April 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 images into the Image Gallery
Signature
public struct uploadImage ( numeric subsiteid, struct data, Binary imgBinaryData, numeric doLogin )
Parameters
Required | Name | Type | Description |
required | subsiteid | numeric | |
data | struct | Data for upload image. | |
imgBinaryData | Binary | Binary data of the image. | |
optional | doLogin | numeric | [Default: 0] Force the login always |