KeyBasedTreeEntry.GetChildrenKeys
Description:
Gets a collection containing the keys of all children entry objects from this entry.
Gets a collection containing the keys of all children entry objects from this entry.
Remarks:
To look up the entry object corresponding to the child keys using KeyBasedTreeEntries.FindEntry().
To look up the entry object corresponding to the child keys using KeyBasedTreeEntries.FindEntry().
public IList<string> GetChildrenKeys()
IList<String>
The collection containing the keys of all children entry objects from this entry.