Difference between revisions of "CSSubsite 1 0"
From ADF Docs
| Line 9: | Line 9: | ||
:type = transient | :type = transient | ||
| − | == Functions == | + | == Functions == |
| + | :[[CSSubsite_1_0-buildSubsitesFromPath|buildSubsitesFromPath]] | ||
| + | ::Verifies the subsite path exists or creates the subsites. Returns the last subsites ID. | ||
| − | + | ||
| + | :[[CSSubsite_1_0-createSubsite|createSubsite]] | ||
| + | ::Creates the subsite based on argument data | ||
| + | |||
| + | |||
| + | :[[CSSubsite_1_0-handleCreateSubsite|handleCreateSubsite]] | ||
| + | :: | ||
Revision as of 03:15, 24 March 2010
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
- type = transient
Functions
- buildSubsitesFromPath
- Verifies the subsite path exists or creates the subsites. Returns the last subsites ID.
- createSubsite
- Creates the subsite based on argument data