Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopSegmentService

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class NoopSegmentService : ISegmentService

    Methods

    View Source

    GetPagedSegmentsAsync(int, int)

    Gets a paged list of segments.

    Declaration
    public Task<Attempt<PagedModel<Segment>?, SegmentOperationStatus>> GetPagedSegmentsAsync(int skip = 0, int take = 100)
    Parameters
    Type Name Description
    int skip

    The number of items to skip.

    int take

    The number of items to take.

    Returns
    Type Description
    Task<Attempt<PagedModel<Segment>, SegmentOperationStatus>>

    The paged list of segments.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX