ABGroup.GetMembers(ABPersonSortBy) Method

Definition

Returns the group members sorted by the specified sortOrdering.

public AddressBook.ABRecord[] GetMembers (AddressBook.ABPersonSortBy sortOrdering);
member this.GetMembers : AddressBook.ABPersonSortBy -> AddressBook.ABRecord[]

Parameters

sortOrdering
ABPersonSortBy

A ABPersonSortBy which specifies the odering of members in the returned array.

Returns

A ABRecord array containing the members of the group sorted by the specified sortOrdering.

Applies to