Click or drag to resize

ExportField Class

Represents supported Open Discover extracted content (text/metadata/entity/etc.) for export.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.LoadFileExportField

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

The ExportField type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyDescription The description, if any, of this field.
Public propertyExportFieldName Export defined name of the SDK internal and pre-defined OpenDiscoverFieldName. The user can edit this value.
Public propertyFieldCategoryType The category type of this export field.
Public propertyFieldType The field type determines how this field is exported (typically to a load file that then is imported into legal review system software).
Public propertyIsExported If true, this field is exported. If false, this field is ignored.
Public propertyOpenDiscoverFieldName The internal name of the Open Discover content. The user MUST NOT edit this value.
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
This class is used to define what Open Discover supported content gets exported to legal review system load files.
See Also