Difference between revisions of "Data 1 0-structFindRecurse"
From ADF Docs
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | Attention: Do not change any text in the description, signature, and paramter sections. | ||
| + | |||
| + | Return to [[Data_1_0]] | ||
| + | |||
== Description == | == Description == | ||
Returns the struct key value for the struct key that matches the keylist param. | Returns the struct key value for the struct key that matches the keylist param. | ||
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 |