Difference between revisions of "CSData 1 0-getCustomMetadata"
From ADF Docs
Line 4: | Line 4: | ||
public struct <strong>getCustomMetadata</strong> ( numeric pageID, numeric categoryID, numeric subsiteID, string inheritedTemplateList ) | public struct <strong>getCustomMetadata</strong> ( numeric pageID, numeric categoryID, numeric subsiteID, string inheritedTemplateList ) | ||
− | == 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>pageID</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>categoryID</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>subsiteID</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td>optional</td> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>inheritedTemplateList</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 03:32, 24 March 2010
Description
Signature
public struct getCustomMetadata ( numeric pageID, numeric categoryID, numeric subsiteID, string inheritedTemplateList )
Parameters
Required | Name | Type | Description | |
required | pageID | numeric | ||
categoryID | numeric | |||
subsiteID | numeric | |||
optional | optional | inheritedTemplateList | string | [Default: ] |