Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentListViewService

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

    Methods

    View Source

    GetListViewItemsByKeyAsync(IUser, Guid, Guid?, string, string?, Direction, string?, int, int)

    Declaration
    Task<Attempt<ListViewPagedModel<IContent>?, ContentCollectionOperationStatus>> GetListViewItemsByKeyAsync(IUser user, Guid key, Guid? dataTypeKey, string orderBy, string? orderCulture, Direction orderDirection, string? filter, int skip, int take)
    Parameters
    Type Name Description
    IUser user
    Guid key
    Guid? dataTypeKey
    string orderBy
    string orderCulture
    Direction orderDirection
    string filter
    int skip
    int take
    Returns
    Type Description
    Task<Attempt<ListViewPagedModel<IContent>, ContentCollectionOperationStatus>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX