Show / Hide Table of Contents

Class ImageImportOptions

Options to set on Image imports.

Inheritance
System.Object
DocumentImportOptionsBase
ImageImportOptions
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 ImageImportOptions : DocumentImportOptionsBase

Properties

| Improve this Doc View Source

BatesNumberField

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX