Difference between revisions of "CSSubsite 1 0-createSubsite"
From ADF Docs
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 26: | Line 31: | ||
<tr> | <tr> | ||
− | |||
<td class="required">optional</td> | <td class="required">optional</td> | ||
Line 36: | Line 40: | ||
<tr> | <tr> | ||
− | |||
<td> </td> | <td> </td> |
Latest revision as of 20:58, 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 | parentSubsite | numeric | [Default: 1] The subsiteID for the parent subsite |
doLogin | numeric | [Default: 0] Force the login always |