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

ExportSourceSettings

public class ExportSourceSettings
Settings of source of exported items.
public int ArtifactTypeID { get; set; }

Gets or sets object type (e.g. Document, Entity).

public int? ExportSourceArtifactID { get; set; }

Gets or sets artifact ID of the export source. Required for all ExportSourceTypes excluding ExportSourceType: Objects.

public ExportSourceType ExportSourceType { get; set; }

Gets or sets source of the records to exports (e.g. Folder, Saved Search).

public int? StartAtDocumentNumber { get; set; }

Gets or sets starting document number in source (e.g. ExportSourceType: Folder and StartAtDocumentNumber: 10 - exports documents, starting from the 10th document in the specified folder). If property is not set then default value 1 is used.

public int ViewID { get; set; }

Gets or sets view ID. it is required for folder/folder and subfolder export, and it defines records order and filters documents.