Method GetKeys
GetKeys()
Get a copy of the list of keys as an array.
Declaration
public string[] GetKeys()
Returns
Type | Description |
---|---|
string[] | An array of strings containing all the keys. |
GetKeys(List<string>)
Populate a list of strings with all the keys from this detail. Note: this returns the current state of keys for this detail definition. To ensure that there are no invalid or duplicate entries, the list will always be cleared and 'recycled' (i.e. updated) with current data.
Declaration
public void GetKeys(List<string> list)
Parameters
Type | Name | Description |
---|---|---|
List<string> | list | The list to clear and fill with updated key data. |