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

MsAccessMappingSettings

Settings for MsAccess mappings.
public Dictionary<int, string> CustomExtras { get; set; }

Gets or sets optional dictionary of artifact fields with their aliases to export in MDB extras table. Key is field artifact ID, value is field alias.

public Dictionary<int, string> CustomParties { get; set; }

Gets or sets optional dictionary of artifact fields with their aliases to export in MDB parties table. Key is field artifact ID, value is field alias.

public int? DescriptionFieldArtifactID { get; set; }

Gets or sets artifact ID of the field in Relativity for Description column.

public int? DocumentDateFieldArtifactID { get; set; }

Gets or sets artifact ID of the field in Relativity for Primary Date/Time column.

public int? DocumentIDFieldArtifactID { get; set; }

Gets or sets artifact ID of the field in Relativity for Document ID column.

public int? DocumentTypeFieldArtifactID { get; set; }

Gets or sets artifact ID of the field in Relativity for Record Type column.

public int? EstimatedFieldArtifactID { get; set; }

Gets or sets artifact ID of the field in Relativity for Estimated column.

public int?[] HostRefPrecedenceArtifactIDs { get; set; }

Gets or sets artifact IDs of the fields in Relativity for Host Reference column.

public int? TitleFieldArtifactID { get; set; }

Gets or sets artifact ID of the field in Relativity for Unified Title column.