Difference between revisions of "CSSubsite 1 0-createSubsite"
From ADF Docs
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | Attention: Do not change any text in the description, signature, and paramter sections. | ||
+ | |||
+ | Return to [[CSSubsite_1_0]] | ||
+ | |||
== Description == | == Description == | ||
Creates the subsite based on argument data | Creates the subsite based on argument data |
Revision as of 20:57, 8 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to CSSubsite_1_0
Description
Creates the subsite based on argument data
Signature
public struct createSubsite ( struct subsiteData, numeric parentSubsite, numeric doLogin )
Parameters
Required | Name | Type | Description | |
required | subsiteData | struct | Subsite Data struct ex: subsiteData['name'], subsiteData['displayName'], subsiteData['description'] | |
optional | optional | parentSubsite | numeric | [Default: 1] The subsiteID for the parent subsite |
optional | doLogin | numeric | [Default: 0] Force the login always |