Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetUserDataController

    Inheritance
    System.Object
    ManagementApiControllerBase
    UserDataControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.UserData
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class GetUserDataController : UserDataControllerBase

    Constructors

    View Source

    GetUserDataController(IBackOfficeSecurityAccessor, IUserDataService, IUmbracoMapper)

    Declaration
    public GetUserDataController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUserDataService userDataService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUserDataService userDataService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    GetUserData(CancellationToken, String[], String[], Int32, Int32)

    Declaration
    public async Task<IActionResult> GetUserData(CancellationToken cancellationToken, string[] groups, string[] identifiers, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String[] groups
    System.String[] identifiers
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetUserDataController(IBackOfficeSecurityAccessor, IUserDataService, IUmbracoMapper)
    • Methods
      • GetUserData(CancellationToken, String[], String[], Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX