Opens the the existing briefcase.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void Open(
	string filePath,
	string password,
	string templateName
)
Visual Basic
Public Sub Open ( _
	filePath As String, _
	password As String, _
	templateName As String _
)
Visual C++
public:
void Open(
	String^ filePath, 
	String^ password, 
	String^ templateName
)

Parameters

filePath
Type: System..::..String
The file path to the briefcase.
password
Type: System..::..String
The password to access the briefcase.
templateName
Type: System..::..String
The name of the briefcase template.

See Also