Previous Topic: GetUnitQueriesNext Topic: GetUnitUnitSoftwareInstallationJobs


GetUnitUnitGroups

The GetUnitUnitGroups method retrieves the procedures from a list of unit groups of which a unit is a member.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

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

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 OpenUnitUnitGroupList.

Return Values

ArrayOfUnitGroupProperties GetUnitUnitGroupsReturn

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

Remarks

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

More information:

UnitGroupProperties