<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

DocumentImportOptionsBase

Options for when importing documents.
public string DocumentIdentifierField { get; set; }

Gets or sets the field to be used as an identifier while importing.

public Encoding ExtractedTextEncoding { get; set; }

Gets or sets the encoding of the extracted text files.

public bool ExtractedTextFieldContainsFilePath { get; set; }

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.

public int IdentityFieldId { get; set; }

Gets or sets Identity Field Id. Represents a key field that is set only on Overwrite mode.

Gets or sets a value indicating the method for overlay imports with multiple choice and multiple object fields.

public DocumentOverwriteMode OverwriteMode { get; set; }

Gets or sets a value indicating whether records should be appended or overlaid. The default mode is append.