View Source
Class UsersController.PagedUserResult
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class PagedUserResult : PagedResult<UserBasic>
Constructors
View Source
PagedUserResult(Int64, Int64, Int64)
Declaration
public PagedUserResult(long totalItems, long pageNumber, long pageSize)
Parameters
Type |
Name |
Description |
System.Int64 |
totalItems |
|
System.Int64 |
pageNumber |
|
System.Int64 |
pageSize |
|
Properties
View Source
UserStates
This is basically facets of UserStates key = state, value = count
Declaration
[DataMember(Name = "userStates")]
public IDictionary<UserState, int> UserStates { get; set; }
Property Value
Type |
Description |
IDictionary<UserState, System.Int32> |
|