Class UsersController.PagedUserResult
- Namespace
- Umbraco.Cms.Web.BackOffice.Controllers
- Assembly
- Umbraco.Web.BackOffice.dll
public class UsersController.PagedUserResult : PagedResult<UserBasic>
- Inheritance
-
UsersController.PagedUserResult
Constructors
PagedUserResult(long, long, long)
public PagedUserResult(long totalItems, long pageNumber, long pageSize)
Parameters
Properties
UserStates
This is basically facets of UserStates key = state, value = count
[DataMember(Name = "userStates")]
public IDictionary<UserState, int> UserStates { get; set; }
Property Value
- IDictionary<UserState, int>