Click or drag to resize

LoadFileSettingsInitialize Method

Parses the "Open Discover Document properties/metadata to load file export field display names" mapping file. A default mapping file that contains all possible Open Discover fields that can be exported is generated by [!:LoadFileCreator.CreateDefaultLoadFileFieldMapping]. "Custodian" should not be a field in the mappingFileString argument. To add a "Custodian" field see comments on 'wantCustodianName' argument.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public void Initialize(
	string mappingFileAsString,
	bool wantCustodianName
)

Parameters

mappingFileAsString  String
Open Discover name to load file field name mapping (mapping file is a CSV delimited string).
wantCustodianName  Boolean
True, if user wants custodian name exported as a field. Property CustodianName should be set to the custodian name user wants exported as field.
See Also