Difference between revisions of "CSSubsite 1 0"
From ADF Docs
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
== Properties == | == Properties == | ||
− | :dependency = | + | :dependency = utils_1_0 |
− | :dependency = | + | :dependency = csData_1_0 |
− | :dependency = | + | :dependency = ccapi |
:version = 1_0_0 | :version = 1_0_0 | ||
+ | :wikiTitle = CSSubsite_1_0 | ||
:type = transient | :type = transient | ||
== Functions == | == Functions == | ||
− | :[[CSSubsite_1_0-buildSubsitesFromPath|buildSubsitesFromPath]] | + | <div id='library-api'> |
+ | :[[CSSubsite_1_0-buildSubsitesFromPath|buildSubsitesFromPath]] ( string subsitePath ) | ||
::Verifies the subsite path exists or creates the subsites. Returns the last subsites ID. | ::Verifies the subsite path exists or creates the subsites. Returns the last subsites ID. | ||
− | + | :[[CSSubsite_1_0-createSubsite|createSubsite]] ( struct subsiteData, numeric parentSubsite, numeric doLogin ) | |
− | |||
− | :[[CSSubsite_1_0-createSubsite|createSubsite]] | ||
::Creates the subsite based on argument data | ::Creates the subsite based on argument data | ||
− | + | :[[CSSubsite_1_0-handleCreateSubsite|handleCreateSubsite]] ( string subsitePath ) | |
− | + | </div> | |
− | :[[CSSubsite_1_0-handleCreateSubsite|handleCreateSubsite]] | ||
− |
Latest revision as of 14:30, 24 November 2010
Attention: Do not change any text in the description, properties, and functions sections.
Return to Library (API)
Description
Constructs a CCAPI object and then creates a subsite based on the argument data passed in
Properties
- dependency = utils_1_0
- dependency = csData_1_0
- dependency = ccapi
- version = 1_0_0
- wikiTitle = CSSubsite_1_0
- type = transient
Functions
- buildSubsitesFromPath ( string subsitePath )
- Verifies the subsite path exists or creates the subsites. Returns the last subsites ID.
- createSubsite ( struct subsiteData, numeric parentSubsite, numeric doLogin )
- Creates the subsite based on argument data
- handleCreateSubsite ( string subsitePath )