Specifies how a ResultSet should be sorted
[Visual Basic] Public Enum ContactList.ContactItems.SortType [C#] public enum ContactList.ContactItems.SortType [C++] public __value enum ContactList.ContactItems.SortType [JScript] public enum ContactList.ContactItems.SortType
Member Name | Description |
---|---|
ASC | ResultSet will be sorted in Ascending order (A first Z last) |
DESC | ResultSet will be sorted in Descending order (Z first, A last) |
Namespace: ppm3dakClient.Contacts
Assembly: ppm3dakClient (in ppm3dakClient.dll)
ppm3dakClient.Contacts Namespace