Difference between revisions of "Data 1 0-structFindRecurse"
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 [[Data_1_0]] | |
| − | == | + | == Description == |
| + | Returns the struct key value for the struct key that matches the keylist param. | ||
| − | Signature | + | == Signature == |
| + | public string <strong>structFindRecurse</strong> ( struct dataStruct, string keyList ) | ||
| − | == 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>dataStruct</td> | ||
| + | <td>struct</td> | ||
| + | <td>Struct to recurse</td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>keyList</td> | ||
| + | <td>string</td> | ||
| + | <td>Structure key list to recurse</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Latest revision as of 12:46, 9 April 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Data_1_0
Description
Returns the struct key value for the struct key that matches the keylist param.
Signature
public string structFindRecurse ( struct dataStruct, string keyList )
Parameters
| Required | Name | Type | Description |
| required | dataStruct | struct | Struct to recurse |
| keyList | string | Structure key list to recurse |