ABPersonSortBy Enum

Definition

How to sort records.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABPersonSortBy
type ABPersonSortBy = 
Inheritance
ABPersonSortBy
Attributes

Fields

FirstName 0

Order by first name.

LastName 1

Order by last name.

Applies to

See also