SearchConfigurationAutoManageDocumentFormats Property

(Deprecated, see remarks) Gets or sets the flag indicating if the search engine should perform default document processing.

Definition

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

Property Value

Boolean

Remarks

Instead of using this value use the EnhancedDocumentSearching property to define the DocumentConfiguration.

See Also