Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyDocumentCollectionController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentCollectionControllerBase<IContent, DocumentCollectionResponseModel, DocumentValueModel, DocumentVariantResponseModel>
    DocumentCollectionControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document.Collection
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByKeyDocumentCollectionController : DocumentCollectionControllerBase

    Constructors

    View Source

    ByKeyDocumentCollectionController(IContentListViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)

    Declaration
    public ByKeyDocumentCollectionController(IContentListViewService contentListViewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IContentListViewService contentListViewService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUmbracoMapper mapper

    Methods

    View Source

    ByKey(CancellationToken, Guid, Nullable<Guid>, String, String, Direction, String, Int32, Int32)

    Declaration
    public async Task<IActionResult> ByKey(CancellationToken cancellationToken, Guid id, Guid? dataTypeId = null, string orderBy = "updateDate", string orderCulture = null, Direction orderDirection = null, string filter = null, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    System.Nullable<Guid> dataTypeId
    System.String orderBy
    System.String orderCulture
    Direction orderDirection
    System.String filter
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ByKeyDocumentCollectionController(IContentListViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)
    • Methods
      • ByKey(CancellationToken, Guid, Nullable<Guid>, String, String, Direction, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX