Class ImageImportOptions
Options to set on Image imports.
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 ImageImportOptions : DocumentImportOptionsBase
Properties
| Improve this Doc View SourceBatesNumberField
Gets or sets the value wich defines a column name in the SourceData, which maps to a field used as a unique identifier.
Declaration
public string BatesNumberField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileLocationField
Gets or sets the value wich indicates the column name in the SourceData that maps to the FileLocation field in Relativity.
Declaration
public string FileLocationField { get; set; }
Property Value
Type | Description |
---|---|
System.String |