Class UsersController.PagedUserResult
Inheritance
System.Object
      Namespace: Umbraco.Cms.Web.BackOffice.Controllers
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class PagedUserResult : PagedResult<UserBasic>
  Constructors
View SourcePagedUserResult(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 SourceUserStates
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> |