Interface IScrollResult<T>
Describes a generic scroll result.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsQueryingGeneric
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IScrollResult<T> : IScrollResult, IQueryResult<T>, IQueryResultType Parameters
| Name | Description |
|---|---|
| T |
The 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
RequestResponse
IList<T> Items { get; }Property Value
| Type | Description |
|---|---|
| IList<> |