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.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public bool SearchBinary { get; set; }
public:
property bool SearchBinary {
bool get ();
void set (bool value);
}
Property Value
Boolean
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.