C# Class Visual.UserListParameters

Parameters for retrieving a list of users
Mostra file Open project: 23/23-api-dotnet Class Usage Examples

Public Properties

Property Type Description
Order GenericSort
OrderBy UserListSort
PageOffset int?
Search string
Size int?
UserId int?

Property Details

Order public_oe property

Order of the user list
public GenericSort Order
return GenericSort

OrderBy public_oe property

Property to order the user list by
public UserListSort OrderBy
return UserListSort

PageOffset public_oe property

Page offset
public int? PageOffset
return int?

Search public_oe property

Search string
public string Search
return string

Size public_oe property

Maximum number of users to return
public int? Size
return int?

UserId public_oe property

User ID to limit the list to
public int? UserId
return int?