Ontolica for SharePoint Public API

OntolicaQuery.MaxResultCount Property

Gets or sets a limit for the maximum number of results to display in the result set.

[Visual Basic]
Public Property MaxResultCount As Integer
[C#]
public int MaxResultCount {get; set;}

Property Value

An 32-bit integer that specifies the maximum number of results.

Remarks

Leave this property untouched to use the default number of results configured in the search results web part.

See Also

OntolicaQuery Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace