<PackageReference Include="Relativity.Export.SDK" Version="3.4.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. If it's set and TransferJobID is set, both should point to the same location otherwise settings validation error will be posted.

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 Guid? TransferJobID { get; set; }

Gets or sets ID of the job in the Transfer Service. If specified it is used as export destination. This parameter is optional. If it's null, new transfer job will be created and DestinationPath will be used. If it's set and DestinationPath is set, both should point to the same location otherwise settings validation error will be posted.

public VolumeSettings VolumeSettings { get; set; }

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