Difference between revisions of "CSSubsite 1 0-createSubsite"
From ADF Docs
Line 5: | Line 5: | ||
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>optional</td> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>parentSubsite</td> | ||
+ | <td>numeric</td> | ||
+ | <td>[Default: 1] The subsiteID for the parent subsite</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>doLogin</td> | ||
+ | <td>numeric</td> | ||
+ | <td>[Default: 0] Force the login always</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 03:15, 24 March 2010
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 |