Click or drag to resize

GetUserLoginInSortOption Property

Optional value to control how the data should be sorted.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string SortOption { get; set; }

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)

NameDescription
DateTimeUTC(DEFAULT) All records are returned sorted by the DateTimeUTC value
IPAll records are returned sorted by the DateTimeUTC value and then the IP address
UserInfoLoginDetailIDAll records are returned sorted by the DateTimeUTC value and then the UserInfoLoginDetailID
EmpIdentifierAll records are returned sorted by the DateTimeUTC value and then the Emp Identifier (Alphabetical/Ascending)
FirstNameAll records are returned sorted by the DateTimeUTC value and then the Employee First Name (Alphabetical/Ascending)
LastNameAll records are returned sorted by the DateTimeUTC value and then the Employee Last Name (Alphabetical/Ascending)
SourceTypeAll records are returned sorted by the DateTimeUTC value and then the Source Type of the login
UserTypeAll records are returned sorted by the DateTimeUTC value and then the User Type
Example
EMPIDENTIFIER
See Also