Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyDocumentController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByKeyDocumentController : DocumentControllerBase

    Constructors

    View Source

    ByKeyDocumentController(IAuthorizationService, IContentEditingService, IDocumentPresentationFactory)

    Declaration
    public ByKeyDocumentController(IAuthorizationService authorizationService, IContentEditingService contentEditingService, IDocumentPresentationFactory documentPresentationFactory)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IContentEditingService contentEditingService
    IDocumentPresentationFactory documentPresentationFactory

    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
      • ByKeyDocumentController(IAuthorizationService, IContentEditingService, IDocumentPresentationFactory)
    • Methods
      • ByKey(CancellationToken, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX