Show / Hide Table of Contents

Class DocumentImportOptionsBase

Options for when importing documents.

Inheritance
System.Object
DocumentImportOptionsBase
ImageImportOptions
NativeImportOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class DocumentImportOptionsBase

Properties

| Improve this Doc View Source

DocumentIdentifierField

Gets or sets the field to be used as an identifier while importing.

Declaration
public string DocumentIdentifierField { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExtractedTextEncoding

Gets or sets the encoding of the extracted text files.

Declaration
public Encoding ExtractedTextEncoding { get; set; }
Property Value
Type Description
System.Text.Encoding
| Improve this Doc View Source

ExtractedTextFieldContainsFilePath

Gets or sets a value indicating whether the Extracted Text field contains a path to the extracted text file or contains the actual extracted text.

Declaration
public bool ExtractedTextFieldContainsFilePath { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IdentityFieldId

Gets or sets Identity Field Id. Represents a key field that is set only on Overwrite mode.

Declaration
public int IdentityFieldId { get; set; }
Property Value
Type Description
System.Int32
Remarks

Also known as OverlayIdentifierFieldArtifactID.

| Improve this Doc View Source

OverlayBehavior

Gets or sets a value indicating the method for overlay imports with multiple choice and multiple object fields.

Declaration
public DocumentOverlayBehavior OverlayBehavior { get; set; }
Property Value
Type Description
DocumentOverlayBehavior
| Improve this Doc View Source

OverwriteMode

Gets or sets a value indicating whether records should be appended or overlaid. The default mode is append.

Declaration
public DocumentOverwriteMode OverwriteMode { get; set; }
Property Value
Type Description
DocumentOverwriteMode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX