Click or drag to resize

ContentExtractionSettingsExtractOfficeTrackedChanges Property

If true, appends tracked change information/text from office document formats (that support tracked changes) to the end of the document's extracted text; otherwise, tracked changes text is not appended to document's extracted text.

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

Property Value

Boolean
Remarks

Certain document formats can track edits additions and deletions by author. Currently, only Microsoft Word supports revision history of changes. This property allows the user to configure whether or not these changes are appended as extracted text to the end of the document's extracted text.

Since insertion tracked changes will appear in document's extracted text, only tracked change deleted text is appended at the end of the document if this property is true. However, author and date for both insertions and deletions, if known, are appended.

See Also