Class DocumentImportOptionsBase
Options for when importing documents.
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 SourceDocumentIdentifierField
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 |
ExtractedTextEncoding
Gets or sets the encoding of the extracted text files.
Declaration
public Encoding ExtractedTextEncoding { get; set; }
Property Value
Type | Description |
---|---|
System.Text.Encoding |
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 |
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.
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 |
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 |