<Code Lib>
2026 Method
Changes 0
M

KeyBasedTreeEntry.GetChildrenKeys

Description:
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().

public IList<string> GetChildrenKeys()

IList<String> The collection containing the keys of all children entry objects from this entry.

Loading…