Class NoopSegmentService
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public class NoopSegmentService : ISegmentService
Methods
View SourceGetPagedSegmentsAsync(Int32, Int32)
Declaration
public async Task<Attempt<PagedModel<Segment>, SegmentOperationStatus>> GetPagedSegmentsAsync(int skip = 0, int take = 100)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | skip | |
System.Int32 | take |
Returns
Type | Description |
---|---|
Task<Attempt<PagedModel<Segment>, SegmentOperationStatus>> |