Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishDocumentWithDescendantsResultController

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

    Constructors

    View Source

    PublishDocumentWithDescendantsResultController(IAuthorizationService, IContentPublishingService)

    Declaration
    public PublishDocumentWithDescendantsResultController(IAuthorizationService authorizationService, IContentPublishingService contentPublishingService)
    Parameters
    Type Name Description
    IAuthorizationService authorizationService
    IContentPublishingService contentPublishingService

    Methods

    View Source

    PublishWithDescendantsResult(CancellationToken, Guid, Guid)

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