Method GetGroupMembers
GetGroupMembers(List<IXRGroupMember>)
Returns all members in the ordered list of Group members into List results.
Declaration
public void GetGroupMembers(List<IXRGroupMember> results)
Parameters
| Type | Name | Description |
|---|---|---|
| List<IXRGroupMember> | results | List to receive Group members. |
Implements
Remarks
This method populates the list with the Group members at the time the method is called. It is not a live view,
meaning Group members added or removed afterward will not be reflected in the results of this method.
Clears results before adding to it.