DocumentSearchType Enumeration

The type of search performed on documents, ie file types with plug-ins associated.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public enum DocumentSearchType

Members

Custom0 User defined processing rules. Plug-ins are activated based on each individual plug-ins active status.
Deep1 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.
Text2 All plug-ins are activated.

See Also