GetMemberGroupsByGroupId Method
Gets the immediate child Groups for a given Group.
Required Permissions
AdminUserReadSyntax
public Group[] GetMemberGroupsByGroupId(
System.long groupId
)Public Function GetMemberGroupsByGroupId( _
ByVal groupId As System.Long _
) As Group()Parameters
| Name | Description |
|---|---|
| groupId | The ID of the Parent group. |
Return Value
An array of all immediate child Groups.