Group.GetChildGroups Method
Returns all groups that are direct children of the current Group.
GetChildGroups()
Returns all groups that are direct children of the current Group.Syntax
public GroupCollection GetChildGroups ()
Return Value
All child groups of the current group.
Remarks
This method returns a copy of the collection that holds the child groups and modifying it will not modify the child groups of the current Group. To add or remove child groups use the Insert and Remove methods.
Platforms
Windows, Linux, Android