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

ExportOutputSettings

public class ExportOutputSettings
Settings of output of export job.
public bool CreateArchive { get; set; }

Gets or sets a value indicating whether archive should be created.

public string DestinationPath { get; set; }

Gets or sets the path to export destination folder. This parameter is optional. If it's null or empty string, default path will be used.

public FolderStructure FolderStructure { get; set; }

Gets or sets the output folder structure.

public LoadFileSettings LoadFileSettings { get; set; }

Gets or sets settings of produced load file.

Gets or sets settings of exported subdirectories. Used only for Classic folder structure.

public VolumeSettings VolumeSettings { get; set; }

Gets or sets settings of volumes. Used only for Classic folder structure.