Click or drag to resize
SearchHelperMaxAttachmentSize Property
Gets the maximum size of an attachment (in kB) which are processed with content extractors. 0 means unlimited size (default). If a positive number is set, attachments the size of which exceeds the value are not processed and their content is not indexed.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static int MaxAttachmentSize { get; }

Property Value

Type: Int32
See Also