Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyUserDataController

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

    Constructors

    View Source

    ByKeyUserDataController(IBackOfficeSecurityAccessor, IUserDataService, IUmbracoMapper)

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

    Methods

    View Source

    ByKey(CancellationToken, Guid)

    Declaration
    public async Task<IActionResult> ByKey(CancellationToken cancellationToken, Guid id)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ByKeyUserDataController(IBackOfficeSecurityAccessor, IUserDataService, IUmbracoMapper)
    • Methods
      • ByKey(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX