Difference between revisions of "CSPage 1 0"
From ADF Docs
(Description) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | Description | + | Attention: Do not change any text in the description, properties, and functions sections. |
+ | |||
+ | Return to [[Library|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 == | ||
+ | <div id='library-api'> | ||
+ | :[[CSPage_1_0-createPage|createPage]] ( struct stdMetadata, struct custMetadata, numeric activatePage ) | ||
+ | ::Creates a page using the argument data passed in | ||
+ | :[[CSPage_1_0-deletePage|deletePage]] ( struct deletePageData ) | ||
+ | ::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