Click or drag to resize

DocumentTaskSettingsSaveAttachments Property

If true (default value), the task will save extracted attachments, embedded documents, and embedded media. See remarks.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool SaveAttachments { get; set; }

Property Value

Boolean
Remarks

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.

See Also