FileIndexingEventArgsSkipIndexing Property |
Gets or sets a value indicating that indexing of the document should be skipped.
Namespace: GroupDocs.Search.EventsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool SkipIndexing { get; set; }
Public Property SkipIndexing As Boolean
Get
Set
public:
property bool SkipIndexing {
bool get ();
void set (bool value);
}
member SkipIndexing : bool with get, set
Property Value
Type:
BooleanA value indicating that indexing of the document should be skipped.
See Also