Click or drag to resize

EmbeddedExtractionType Enumeration

Embedded document/attachment and embedded media extraction type.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public enum EmbeddedExtractionType
Members
Member nameValueDescription
None0 No embedded documents/attachments or embedded media are extracted from supported file formats.
EmbeddedDocumentsOnly1 Only embedded documents/attachments are extracted as child documents from supported file formats.
EmbeddedDocumentsAndMedia2 Embedded documents/attachments and embedded office media are extracted as child documents from supported file formats. Embedded media extraction is supported for Microsoft Office/Open Document Format (ODF) file formats.
See Also