Difference between revisions of "CSData 1 0-getSubsiteQueryByID"
From ADF Docs
| Line 5: | Line 5: | ||
public query <strong>getSubsiteQueryByID</strong> ( numeric subsiteID ) | public query <strong>getSubsiteQueryByID</strong> ( numeric subsiteID ) | ||
| − | == 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>subsiteID</td> | ||
| + | <td>numeric</td> | ||
| + | <td>Subsite ID to return the subsite info.</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:34, 24 March 2010
Description
Returns a Query for the subsite information
Signature
public query getSubsiteQueryByID ( numeric subsiteID )
Parameters
| Required | Name | Type | Description |
| required | subsiteID | numeric | Subsite ID to return the subsite info. |