Search Results for

    Show / Hide Table of Contents
    View Source

    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 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>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PagedUserResult(Int64, Int64, Int64)
    • Properties
      • UserStates
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX