DocumentSearchType Enumeration
The type of search performed on documents, ie file types with plug-ins associated.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public enum DocumentSearchType
public enum class DocumentSearchType
| Custom | 0 |
User defined processing rules. Plug-ins are activated based on each individual plug-ins active status.
|
| Deep | 1 |
All plug-ins are activated and if nothing is found with the registered plug-in a raw binary search is also run on the file.
|
| Text | 2 |
All plug-ins are activated.
|