







![]() ![]() |
UltimateSearch Class Library |
IndexInfo..::..OperationType Enumeration |
IndexInfo Class See Also Send Feedback |
Operation type during the current or last indexing.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
C# |
---|
public enum OperationType |
Visual Basic |
---|
Public Enumeration OperationType |
Visual C++ |
---|
public enum class OperationType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No index operation. | |
IndexFull | 1 | Index full operation. | |
IndexIncremental | 2 | Index incremental operation. | |
LoadCopiedIndex | 3 | Load copied index operation. | |
AddUrls | 4 | Add to index by crawling operation. | |
AddContent | 5 | Add to index with content operation. | |
RemoveUrls | 6 | Remove urls operation. | |
DeleteIndex | 7 | Delete index operation. | |
StopIndexing | 8 | Stop indexing operation. | |
CancelIndexing | 9 | Cancel indexing operation. | |
DisplayIndexedPages | 10 | Display indexed pages operation. | |
DisplayIndexedWords | 11 | Display indexed words operation. | |
SpellCheckIndexedPages | 12 | Spell check indexed pages operation. | |
SpellCheckIndexedWords | 13 | Spell check indexed words operation. |