C# Class Visual.UserListParameters

Parameters for retrieving a list of users
Show 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 property

Order of the user list
public GenericSort Order
return GenericSort

OrderBy public property

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

PageOffset public property

Page offset
public int? PageOffset
return int?

Search public property

Search string
public string Search
return string

Size public property

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

UserId public property

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