Click or drag to resize

TextArchiveRecord Class

Reads (and represents) a document's extracted text record contained in a text data archive (.tda).
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.ArchiveTextArchiveRecord

Namespace: OpenDiscoverSDK.Interfaces.Platform.Archive
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class TextArchiveRecord

The TextArchiveRecord type exposes the following members.

Constructors
 NameDescription
Public methodTextArchiveRecordInitializes a new instance of the TextArchiveRecord class
Top
Properties
 NameDescription
Public propertyControlNumber The document's unique DocControlNumber, if it exists, or the DocGuid document GUID ID if not.
Public propertyFormatId Document file format Id.
Public propertyLength Total length of text (in bytes).
Public propertyName Document name.
Public propertyText Extracted text.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberReadRecord Reads a document's extracted text record from a text archive file..
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also