Search Results for

    Show / Hide Table of Contents
    View Source

    Class ChildrenDocumentTreeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<DocumentTreeItemResponseModel>
    UserStartNodeTreeControllerBase<DocumentTreeItemResponseModel>
    DocumentTreeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ChildrenDocumentTreeController : DocumentTreeControllerBase

    Constructors

    View Source

    ChildrenDocumentTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor, IDocumentPresentationFactory)

    Declaration
    public ChildrenDocumentTreeController(IEntityService entityService, IUserStartNodeEntitiesService userStartNodeEntitiesService, IDataTypeService dataTypeService, IPublicAccessService publicAccessService, AppCaches appCaches, IBackOfficeSecurityAccessor backofficeSecurityAccessor, IDocumentPresentationFactory documentPresentationFactory)
    Parameters
    Type Name Description
    IEntityService entityService
    IUserStartNodeEntitiesService userStartNodeEntitiesService
    IDataTypeService dataTypeService
    IPublicAccessService publicAccessService
    AppCaches appCaches
    IBackOfficeSecurityAccessor backofficeSecurityAccessor
    IDocumentPresentationFactory documentPresentationFactory

    Methods

    View Source

    Children(CancellationToken, Guid, Int32, Int32, Nullable<Guid>)

    Declaration
    public async Task<ActionResult<PagedViewModel<DocumentTreeItemResponseModel>>> Children(CancellationToken cancellationToken, Guid parentId, int skip = 0, int take = 100, Guid? dataTypeId = null)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid parentId
    System.Int32 skip
    System.Int32 take
    System.Nullable<Guid> dataTypeId
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<DocumentTreeItemResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ChildrenDocumentTreeController(IEntityService, IUserStartNodeEntitiesService, IDataTypeService, IPublicAccessService, AppCaches, IBackOfficeSecurityAccessor, IDocumentPresentationFactory)
    • Methods
      • Children(CancellationToken, Guid, Int32, Int32, Nullable<Guid>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX