Click or drag to resize
ImportExportImportDataPAExportFile Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Import a DataPA Export File (.pax)

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void ImportDataPAExportFile(
	string ImportFile,
	int SystemOverwriteAction,
	int SubjectOverwriteAction,
	bool OverwriteDuplicates,
	ref string Message,
	string SaveCopyofDATFileToFolder = ""
)

Parameters

ImportFile
Type: SystemString
Required, file name with path of file to import
SystemOverwriteAction
Type: SystemInt32
Yes=0 No=1 YesAll=2 NoAll=3
SubjectOverwriteAction
Type: SystemInt32
Yes=0 No=1 YesAll=2 NoAll=3
OverwriteDuplicates
Type: SystemBoolean
Yes=0 No=1 YesAll=2 NoAll=3
Message
Type: SystemString
Output, any error encountered
SaveCopyofDATFileToFolder (Optional)
Type: SystemString
Folder path for Backup of DAT files
Remarks