SearchResultDocumentCount Property |
Gets the number of documents found.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic int DocumentCount { get; }
Public ReadOnly Property DocumentCount As Integer
Get
public:
property int DocumentCount {
int get ();
}
member DocumentCount : int with get
Property Value
Type:
Int32The number of documents found.
See Also