Difference between revisions of "CSUpload 1 0"

From ADF Docs
Jump to: navigation, search
 
Line 16: Line 16:
  
 
== Functions ==  
 
== Functions ==  
:[[CSUpload_1_0-uploadDocument|uploadDocument]]
+
<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
 
::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 )
 
 
:[[CSUpload_1_0-uploadImage|uploadImage]]
 
 
::Use this method to upload images into the Image Gallery
 
::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