SearchParameters MaxResults Property Ankiro Enterprise Suite Reference Documentation
Specifies the maximum number of results to retrieve when searching. The number of documents returned may be less than the number specified, if the search matches fewer than MaxResults-Offset documents. The maximum allowed value for MaxResults is 1000.

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> MaxResults { get; set; }

Property Value

Type: Nullable Int32 
See Also