Enum ContactSortingOrder
Definition
- Namespace:
- Tizen.Pims.Contacts
- Assembly:
- Tizen.Pims.Contacts.dll
- API Level:
- 4
Enumeration for the name sorting order.
C#Copypublic enum ContactSortingOrder : int
Name | Description |
---|---|
FirstLast | Contacts are first sorted based on the first name. |
LastFirst | Contacts are first sorted based on the last name. |