Enumeration for ordering the results from a people search
Namespace: Thomas.APIServices.DataTypesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[DataContractAttribute] public enum PeopleSearchOrderByEnum
Members
Member name | Value | Description | |
---|---|---|---|
PersonName | 1 | Order results by the person's name | |
Company | 2 | Order results by the company the person belongs to | |
CostCentre | 3 | Order results by the cost centre the person belongs to | |
PersonRefID | 4 | Order results by the person's reference ID | |
CreatedDate | 5 | Order results by the date the person was created |
Remarks
See Also