Difference between revisions of "CSSubsite 1 0-createSubsite"
From ADF Docs
(2 intermediate revisions 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 5: | Line 10: | ||
public struct <strong>createSubsite</strong> ( struct subsiteData, numeric parentSubsite, numeric doLogin ) | public struct <strong>createSubsite</strong> ( struct subsiteData, numeric parentSubsite, numeric doLogin ) | ||
− | == Parameters == | + | == Parameters == |
− | + | <table id="lib-params"> | |
+ | <tr class="header"> | ||
+ | <td>Required</td> | ||
+ | <td>Name</td> | ||
+ | <td>Type</td> | ||
+ | <td>Description</td> | ||
+ | </tr> | ||
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">required</td> | ||
+ | |||
+ | <td>subsiteData</td> | ||
+ | <td>struct</td> | ||
+ | <td>Subsite Data struct ex: subsiteData['name'], subsiteData['displayName'], subsiteData['description']</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>parentSubsite</td> | ||
+ | <td>numeric</td> | ||
+ | <td>[Default: 1] The subsiteID for the parent subsite</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>doLogin</td> | ||
+ | <td>numeric</td> | ||
+ | <td>[Default: 0] Force the login always</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
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 |