Click or drag to resize
SearchIndexSettingsInfoIncludeAttachments Property
Enables or disables attachment content indexing. If true, all the attachments with supported file type (for which there is an extractor and which is allowed in the Site Manager setting) the text is extracted and included in the search index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual bool IncludeAttachments { get; set; }

Property Value

Type: Boolean
See Also