ExtensionPlugInSearchBinary Property

Gets or sets the flag indicating whether or not the binary data of the file type should be searched if this plug in is not active.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public bool SearchBinary { get; set; }

Property Value

Boolean

Remarks

Some file formats, such as ZIP, do not include useful searchable binary data within them so there is little point in searching through the file if the extension has not been activated. To avoid wasting time searching through such file formats set the SearchBinary flag to false.

See Also