Document Task SettingsSave Attachments Property
If true (default value), the task will save extracted attachments, embedded documents, and embedded media. See remarks.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool SaveAttachments { get; set; }Property Value
BooleanRemarks
This property is ignored if property ProcessingMode is not set to TextAndMetadata.
If property ProcessingMode is set to TextAndMetadata extracted text is always saved and the format of the saved text is determined by property OutputMode. By default (SaveAttachments = true) all attachments are saved in the same OutputMode.