Difference between revisions of "CSSubsite 1 0-createSubsite"
From ADF Docs
Line 31: | Line 31: | ||
<tr> | <tr> | ||
− | |||
<td class="required">optional</td> | <td class="required">optional</td> | ||
Line 41: | 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 |