Difference between revisions of "Taxonomy 1 0-getPageBindingsForTermID"
From ADF Docs
(→Parameters: new section) |
|||
(3 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 [[Taxonomy_1_0]] | |
− | == | + | == Description == |
− | Signature | + | == Signature == |
+ | public struct <strong>getPageBindingsForTermID</strong> ( any csTaxObj, string TermID, string facet, numeric CEFormID, numeric CEFieldID, string currTermPageIdList ) | ||
− | == 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>csTaxObj</td> | ||
+ | <td>any</td> | ||
+ | <td>CS Taxonomy API Object intialized to the proper taxonomy</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>TermID</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>facet</td> | ||
+ | <td>string</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>CEFormID</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>CEFieldID</td> | ||
+ | <td>numeric</td> | ||
+ | <td></td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td class="required">optional</td> | ||
+ | |||
+ | <td>currTermPageIdList</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: ] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Latest revision as of 13:58, 9 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Taxonomy_1_0
Description
Signature
public struct getPageBindingsForTermID ( any csTaxObj, string TermID, string facet, numeric CEFormID, numeric CEFieldID, string currTermPageIdList )
Parameters
Required | Name | Type | Description |
required | csTaxObj | any | CS Taxonomy API Object intialized to the proper taxonomy |
TermID | string | ||
facet | string | ||
CEFormID | numeric | ||
CEFieldID | numeric | ||
optional | currTermPageIdList | string | [Default: ] |