Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetAllUserController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserOrCurrentUserControllerBase
    UserControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class GetAllUserController : UserControllerBase

    Constructors

    View Source

    GetAllUserController(IUserService, IUserPresentationFactory, IBackOfficeSecurityAccessor)

    Declaration
    public GetAllUserController(IUserService userService, IUserPresentationFactory userPresentationFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IUserService userService
    IUserPresentationFactory userPresentationFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    GetAll(CancellationToken, Int32, Int32)

    Declaration
    public async Task<IActionResult> GetAll(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetAllUserController(IUserService, IUserPresentationFactory, IBackOfficeSecurityAccessor)
    • Methods
      • GetAll(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX