Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyDataTypeFolderController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FolderManagementControllerBase<IDataType>
    DataTypeFolderControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DataType.Folder
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByKeyDataTypeFolderController : DataTypeFolderControllerBase

    Constructors

    View Source

    ByKeyDataTypeFolderController(IBackOfficeSecurityAccessor, IDataTypeContainerService)

    Declaration
    public ByKeyDataTypeFolderController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IDataTypeContainerService dataTypeContainerService)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IDataTypeContainerService dataTypeContainerService

    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
      • ByKeyDataTypeFolderController(IBackOfficeSecurityAccessor, IDataTypeContainerService)
    • Methods
      • ByKey(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX