Difference between revisions of "CSUpload 1 0"
From ADF Docs
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | |||
+ | Attention: Do not change any text in the description, properties, and functions sections. | ||
+ | |||
+ | Return to [[Library|Library (API)]] | ||
+ | |||
== Description == | == Description == | ||
Constructs a CCAPI instance and then allows you to Upload Images | Constructs a CCAPI instance and then allows you to Upload Images | ||
− | == Properties == | + | == Properties == |
− | + | :dependency = utils_1_0 | |
− | + | :dependency = ccapi | |
− | + | :version = 1_0_0 | |
− | == | + | :wikiTitle = CSUpload_1_0 |
+ | :type = transient | ||
− | Functions | + | == Functions == |
+ | <div id='library-api'> | ||
+ | :[[CSUpload_1_0-uploadDocument|uploadDocument]] ( numeric subsiteid, struct data, Binary docBinaryData, numeric doLogin ) | ||
+ | ::Use this method to upload a document into the upload folder of an designated subsite | ||
+ | :[[CSUpload_1_0-uploadImage|uploadImage]] ( numeric subsiteid, struct data, Binary imgBinaryData, numeric doLogin ) | ||
+ | ::Use this method to upload images into the Image Gallery | ||
+ | </div> |
Latest revision as of 20:58, 8 April 2010
Attention: Do not change any text in the description, properties, and functions sections.
Return to Library (API)
Description
Constructs a CCAPI instance and then allows you to Upload Images
Properties
- dependency = utils_1_0
- dependency = ccapi
- version = 1_0_0
- wikiTitle = CSUpload_1_0
- type = transient
Functions
- uploadDocument ( numeric subsiteid, struct data, Binary docBinaryData, numeric doLogin )
- Use this method to upload a document into the upload folder of an designated subsite
- uploadImage ( numeric subsiteid, struct data, Binary imgBinaryData, numeric doLogin )
- Use this method to upload images into the Image Gallery