Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllDocumentVersionController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DocumentVersionControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentVersion
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllDocumentVersionController : DocumentVersionControllerBase

    Constructors

    View Source

    AllDocumentVersionController(IContentVersionService, IDocumentVersionPresentationFactory)

    Declaration
    public AllDocumentVersionController(IContentVersionService contentVersionService, IDocumentVersionPresentationFactory documentVersionPresentationFactory)
    Parameters
    Type Name Description
    IContentVersionService contentVersionService
    IDocumentVersionPresentationFactory documentVersionPresentationFactory

    Methods

    View Source

    All(CancellationToken, Guid, String, Int32, Int32)

    Declaration
    public async Task<IActionResult> All(CancellationToken cancellationToken, [Required] Guid documentId, string culture, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid documentId
    System.String culture
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AllDocumentVersionController(IContentVersionService, IDocumentVersionPresentationFactory)
    • Methods
      • All(CancellationToken, Guid, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX