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.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static int MaxAttachmentSize { get; }
Property Value
Type:
Int32See Also