Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMediaListViewService

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IMediaListViewService

    Methods

    View Source

    GetListViewItemsByKeyAsync(IUser, Nullable<Guid>, Nullable<Guid>, String, Direction, String, Int32, Int32)

    Declaration
    Task<Attempt<ListViewPagedModel<IMedia>, ContentCollectionOperationStatus>> GetListViewItemsByKeyAsync(IUser user, Guid? key, Guid? dataTypeKey, string orderBy, Direction orderDirection, string filter, int skip, int take)
    Parameters
    Type Name Description
    IUser user
    System.Nullable<Guid> key
    System.Nullable<Guid> dataTypeKey
    System.String orderBy
    Direction orderDirection
    System.String filter
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<Attempt<ListViewPagedModel<IMedia>, ContentCollectionOperationStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetListViewItemsByKeyAsync(IUser, Nullable<Guid>, Nullable<Guid>, String, Direction, String, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX