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

LoadFileSettings

public class LoadFileSettings
Settings of produced load file.
public string CultureInfo { get; set; }

Gets or sets the culture info used for date formatting. The format for the culture name is based on RFC 4646 and BCP 47 ex: "en-US". When not set, "en-US" culture will be used.

public string DateTimeFormat { get; set; }

Gets or sets the date time format for date fields.

Gets or sets load file delimiters settings.

public string Encoding { get; set; }

Gets or sets character encoding of output file.

public bool ExportMsAccess { get; set; }

Gets or sets a value indicating whether MsAccess load file should be exported.

Gets or sets settings for image load file.

public LoadFileFormat LoadFileFormat { get; set; }

Gets or sets format of produced load file.

Gets or sets the convention for loadfile naming.

public PdfLoadFileFormat? PdfLoadFileFormat { get; set; }

Gets or sets settings for pdf load file.