Show / Hide Table of Contents

Class NativeImportOptions

Possible native image import options.

Inheritance
System.Object
DocumentImportOptionsBase
NativeImportOptions
Inherited Members
DocumentImportOptionsBase.OverwriteMode
DocumentImportOptionsBase.OverlayBehavior
DocumentImportOptionsBase.DocumentIdentifierField
DocumentImportOptionsBase.ExtractedTextFieldContainsFilePath
DocumentImportOptionsBase.ExtractedTextEncoding
DocumentImportOptionsBase.IdentityFieldId
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 NativeImportOptions : DocumentImportOptionsBase

Properties

| Improve this Doc View Source

BulkLoadFileFieldDelimiter

Gets or sets field delimiter to use when writing out the bulk load file. Default value is empty string.

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

FolderColumnName

Gets or sets the name of a metadata field used to build the folder structure for the workspace.

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

NativeFileCopyMode

Gets or sets the value indicates whether native files are used as links or copied to the Relativity instance designated as the destination.

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

NativeFilePathColumnName

Gets or sets the name of the Field that contains the full path and filename for the native files.

Declaration
public string NativeFilePathColumnName { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX