Difference between revisions of "CEData 1 0-deleteByElementName"
From ADF Docs
| Line 5: | Line 5: | ||
public boolean <strong>deleteByElementName</strong> ( string ceName ) | public boolean <strong>deleteByElementName</strong> ( string ceName ) | ||
| − | == 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>ceName</td> | ||
| + | <td>string</td> | ||
| + | <td></td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:22, 24 March 2010
Description
Delete the Custom Element records from the data_fieldvalue table given a Custom Element name
Signature
public boolean deleteByElementName ( string ceName )
Parameters
| Required | Name | Type | Description |
| required | ceName | string |