GetUserLoginInSortOption Property |  |
Optional value to control how the data should be sorted.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic string SortOption { get; set; }function get_SortOption();
function set_SortOption(value);
Property Value
String
Remarks
Optional value to control how the data should be sorted. All data is initially sorted by UTC Time - this can be left null if not needed
Sort Options (Optional)
| Name | Description |
|---|
| DateTimeUTC | (DEFAULT) All records are returned sorted by the DateTimeUTC value |
| IP | All records are returned sorted by the DateTimeUTC value and then the IP address |
| UserInfoLoginDetailID | All records are returned sorted by the DateTimeUTC value and then the UserInfoLoginDetailID |
| EmpIdentifier | All records are returned sorted by the DateTimeUTC value and then the Emp Identifier (Alphabetical/Ascending) |
| FirstName | All records are returned sorted by the DateTimeUTC value and then the Employee First Name (Alphabetical/Ascending) |
| LastName | All records are returned sorted by the DateTimeUTC value and then the Employee Last Name (Alphabetical/Ascending) |
| SourceType | All records are returned sorted by the DateTimeUTC value and then the Source Type of the login |
| UserType | All records are returned sorted by the DateTimeUTC value and then the User Type |
Example
EMPIDENTIFIER
See Also