Difference between revisions of "CEData 1 0-getElementInfoByPageID"
From ADF Docs
| Line 4: | Line 4: | ||
public struct <strong>getElementInfoByPageID</strong> ( Numeric pageid, Numeric formid, boolean separateValueStruct ) | public struct <strong>getElementInfoByPageID</strong> ( Numeric pageid, Numeric formid, boolean separateValueStruct ) | ||
| − | == 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>formid</td> | ||
| + | <td>Numeric</td> | ||
| + | <td></td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td class="required">optional</td> | ||
| + | |||
| + | <td>separateValueStruct</td> | ||
| + | <td>boolean</td> | ||
| + | <td>[Default: true] </td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:25, 24 March 2010
Description
Signature
public struct getElementInfoByPageID ( Numeric pageid, Numeric formid, boolean separateValueStruct )
Parameters
| Required | Name | Type | Description | |
| required | pageid | Numeric | ||
| formid | Numeric | |||
| optional | optional | separateValueStruct | boolean | [Default: true] |