Difference between revisions of "Taxonomy 1 0-getPageBindingsForTermID"
From ADF Docs
| Line 4: | Line 4: | ||
public struct <strong>getPageBindingsForTermID</strong> ( any csTaxObj, string TermID, string facet, numeric CEFormID, numeric CEFieldID, string currTermPageIdList ) | 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> | ||
Revision as of 04:05, 24 March 2010
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: ] |