CNContactSortOrder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the manner in which contacts should be sorted.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CNContactSortOrder
type CNContactSortOrder =
- Inheritance
-
CNContactSortOrder
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No sorting should be applied. |
UserDefault | 1 | Contacts should be sorted by the user's default preference. |
GivenName | 2 | Contacts should be sorted by GivenName.. |
FamilyName | 3 | Contacts should be sorted by FamilyName. |