Share via


CNContactDisplayNameOrder Enum

Definition

Enumerates how contacts should be sorted for display.

[ObjCRuntime.Native]
public enum CNContactDisplayNameOrder
[<ObjCRuntime.Native>]
type CNContactDisplayNameOrder = 
Inheritance
CNContactDisplayNameOrder
Attributes

Fields

Name Value Description
UserDefault 0

Display name order by the user-specified default.

GivenNameFirst 1

Display name order by given name first.

FamilyNameFirst 2

Display name order by family name first.

Applies to