Previous Topic: GetDomainGroupNext Topic: GetDomainGroupDomainMembers


GetDomainGroupDomainGroupMembers

The GetDomainGroupDomainGroupMembers method retrieves the domaint groups from a domain group's member list.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd:long listHandle (m)

A numeric handle to the list to close. The handle was generated by a previous call to OpenDomainGroupDomainGroupMembersList.

xsd:long fromIndex

Index from where to list the domain groups. This is a reserved parameter and is ignored by the webservice.

xsd:long noOfDomainGroups (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 OpenDomainGroupDomainGroupMembersList.

Return Values

dsm: ArrayofDomainGroupProperties

Remarks

None