PeopleSearchOrderByEnum EnumerationThomas API Webservices Reference Guide
Enumeration for ordering the results from a people search

Namespace: Thomas.APIServices.DataTypes
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

[DataContractAttribute]
public enum PeopleSearchOrderByEnum
Members

  Member nameValueDescription
PersonName1Order results by the person's name
Company2Order results by the company the person belongs to
CostCentre3Order results by the cost centre the person belongs to
PersonRefID4Order results by the person's reference ID
CreatedDate5Order results by the date the person was created
Remarks

Needs to stay in sync with the values in stored procedures Testee_Search_Paged_API and Testee_GetByRefID_API
See Also