Click or drag to resize

ContentExtractionSettingsEmbeddedObjectExtraction Property

Embedded document/attachment and embedded office media extraction setting.

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

Property Value

EmbeddedExtractionType
Remarks

If ExtractionType is set to MetadataOnly then this property is ignored. In MetadataOnly mode embedded documents/attachments and embedded media are never extracted.

Default property value: EmbeddedDocumentsAndMedia.

See Also