Click or drag to resize

DocumentTextFilePath Property

File path to document's extracted text.

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

Property Value

String
Remarks

If IsTextArchivePath is false, then this path is to an individual text file that contains the document's extracted text. If IsTextArchivePath is true, then this is the path to the text archive that contains the document's text and the text record is located at TextArchiveRecordOffset zero-byte offset in the archive.

This path is always stored as a relative path when stored inside a document data archive (DocumentDataArchive.dda file) and returned as absolute path, made absolute based on the path of the parent document archive, when document records are extracted from a document archive.

See Also