Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyMediaCollectionController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentCollectionControllerBase<IMedia, MediaCollectionResponseModel, MediaValueModel, MediaVariantResponseModel>
    MediaCollectionControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Media.Collection
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByKeyMediaCollectionController : MediaCollectionControllerBase

    Constructors

    View Source

    ByKeyMediaCollectionController(IMediaListViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)

    Declaration
    public ByKeyMediaCollectionController(IMediaListViewService mediaListViewService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IMediaListViewService mediaListViewService
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IUmbracoMapper mapper

    Methods

    View Source

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

    Declaration
    public async Task<IActionResult> ByKey(CancellationToken cancellationToken, Guid? id, Guid? dataTypeId = null, string orderBy = "updateDate", Direction orderDirection = null, string filter = null, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Nullable<Guid> id
    System.Nullable<Guid> dataTypeId
    System.String orderBy
    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
      • ByKeyMediaCollectionController(IMediaListViewService, IBackOfficeSecurityAccessor, IUmbracoMapper)
    • Methods
      • ByKey(CancellationToken, Nullable<Guid>, Nullable<Guid>, String, Direction, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX