SearchParameters Offset Property Ankiro Enterprise Suite Reference Documentation
Logical offset (zero-based) of the first document to retrieve in the total result set. The offset parameter is used to control paging, i.e. in order to control whether documents should be returned for the 'first' page of a search result, or for a subsequent page.

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public Nullable<int> Offset { get; set; }

Property Value

Type: Nullable Int32 
See Also