SearchResult TotalResults Property Ankiro Enterprise Suite Reference Documentation
Total number of results matched by the search query, irrespective of the number of documents returned. Inspect the size of the Documents collection to obtain the number of returned result documents.

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

Property Value

Type: Int32
See Also