Previous Topic: GetUnitGroupComputerMembersNext Topic: GetUnitGroupUnitMembers


GetUnitGroupUnitGroupMembers

The GetUnitGroupUnitGroupMembers method retrieves the unit groups from a unit group's member list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list returned by a previous call to OpenUnitGroupUnitGroupMembersList.

xsd:long noOfUnitGroups (m)

The total number of groups to get from the list. This is less than or equal to the total number in the list returned by a previous call to OpenUnitGroupUnitGroupMembersList.

Return Values

ArrayOfUnitGroupProperties GetUnitGroupUnitGroupMembersReturn

An array of UnitGroupProperties - one for each group requested from the list.

Remarks

You can make multiple calls to GetUnitGroupUnitGroupMembers to iterate down the list.

More information:

UnitGroupProperties