Class NativeImportOptions
Possible native image import options.
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 NativeImportOptions : DocumentImportOptionsBase
Properties
| Improve this Doc View SourceBulkLoadFileFieldDelimiter
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 |
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 |
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 |
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 |