Difference between revisions of "CSContent 1 0-populateContent"
From ADF Docs
| Line 5: | Line 5: | ||
public struct <strong>populateContent</strong> ( string elementName, struct data ) | public struct <strong>populateContent</strong> ( string elementName, struct data ) | ||
| − | == 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>elementName</td> | ||
| + | <td>string</td> | ||
| + | <td>The name of the element from the CCAPI configuration</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>data</td> | ||
| + | <td>struct</td> | ||
| + | <td>Data for either the Texblock element or the Custom Element</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:12, 24 March 2010
Description
Use this method to populate content for either a Textblock or Custom Element
Signature
public struct populateContent ( string elementName, struct data )
Parameters
| Required | Name | Type | Description |
| required | elementName | string | The name of the element from the CCAPI configuration |
| data | struct | Data for either the Texblock element or the Custom Element |