<PackageReference Include="Relativity.Export.SDK" Version="3.2.1" />

ExportArtifactSettings

public class ExportArtifactSettings
Settings of export of individual artifacts.
public bool ApplyFileNamePatternToImages { get; set; }

Gets or sets a value indicating whether FileNamePattern should be applied to exported Images. If there are multiple images in single document then the suffix with index will be added. AZIPPER AZIPPER_2 AZIPPER_3.

public bool ExportFullText { get; set; }

Gets or sets a value indicating whether full text should be exported.

public bool ExportImages { get; set; }

Gets or sets a value indicating whether images should be exported.

public bool ExportMultiChoicesAsNested { get; set; }

Gets or sets a value indicating whether multi choice values should be treated as nested.

public bool ExportNative { get; set; }

Gets or sets a value indicating whether native files should be exported.

public bool ExportPdf { get; set; }

Gets or sets a value indicating whether PDF should be exported.

public List<int> FieldArtifactIDs { get; set; }

Gets or sets list of artifact fields to export.

public string FileNamePattern { get; set; }

Gets or sets pattern for produced files. Examples: "{identifier}" - default. "{54543243}_{3213213}_MY Text" "{productionbeginbates}" "{productionbeginbates}_{originalfilename}" "{identifier}_{originalfilename}".

Gets or sets settings of artifact full text export.

Gets or sets settings of artifact image export.

Gets or sets settings of artifact native files export.