JobSearchOrderByEnum EnumerationThomas API Webservices Reference Guide
Enumeration for ordering the results from a job 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 JobSearchOrderByEnum
Members

  Member nameValueDescription
JobName1Order results by the job title
Company2Order results by the company the job belongs to
CostCentre3Order results by the cost centre the job belongs to
JobRefID4Order results by the job reference ID
CreatedDate5Order results by the date the job was created
Remarks

Needs to stay in sync with the values in stored procedures Job_Search_Paged_API and Job_GetByRefID_API
See Also