SearchResultTruncated Property |
Gets a value indicating that the result is truncated.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.2
Syntaxpublic bool Truncated { get; }
Public ReadOnly Property Truncated As Boolean
Get
public:
property bool Truncated {
bool get ();
}
member Truncated : bool with get
Property Value
Type:
BooleanA value indicating that the result is truncated.
See Also