Class NoopSegmentService
Inheritance
object
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public class NoopSegmentService : ISegmentService
Methods
View SourceGetPagedSegmentsAsync(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. |