Difference between revisions of "CSPage 1 0"

From ADF Docs
Jump to: navigation, search
 
Line 17: Line 17:
  
 
== Functions ==  
 
== Functions ==  
:[[CSPage_1_0-createPage|createPage]]
+
<div id='library-api'>
 +
:[[CSPage_1_0-createPage|createPage]] ( struct stdMetadata, struct custMetadata, numeric activatePage )
 
::Creates a page using the argument data passed in
 
::Creates a page using the argument data passed in
 
+
:[[CSPage_1_0-deletePage|deletePage]] ( struct deletePageData )
 
 
:[[CSPage_1_0-deletePage|deletePage]]
 
 
::Deletes the page based on the argument data
 
::Deletes the page based on the argument data
 +
</div>

Latest revision as of 20:57, 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 creates or deletes a page with the given information

Properties

dependency = utils_1_0
dependency = csData_1_0
dependency = ccapi
version = 1_0_0
wikiTitle = CSPage_1_0
type = transient

Functions

createPage ( struct stdMetadata, struct custMetadata, numeric activatePage )
Creates a page using the argument data passed in
deletePage ( struct deletePageData )
Deletes the page based on the argument data