1. Stylelabs.M.Sdk.Contracts.Querying.Generic

Interface IScrollResult

Describes a generic scroll result.

Inherited Members

IScrollResult.ScrollId

IQueryResult.TotalNumberOfResults

IQueryResult.Offset

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IScrollResult<T> : IScrollResult, IQueryResult<T>, IQueryResult

Type Parameters

NameDescription
TThe result type.

Properties

Items

Gets the results that matched the query. This property only contains the results for the requested page. There may be more results available.

Declaration

IList<T> Items { get; }

Property Value

TypeDescription
IList<>
If you have suggestions for improving this article, let us know!