Opens the briefcase in the specified mode.

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,
	BriefcaseOpenFlags flags
)
Visual Basic
Public Sub Open ( _
	filePath As String, _
	password As String, _
	templateName As String, _
	flags As BriefcaseOpenFlags _
)
Visual C++
public:
void Open(
	String^ filePath, 
	String^ password, 
	String^ templateName, 
	BriefcaseOpenFlags flags
)

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.
flags
Type: BlueCieloECM.InnoCielo.Meridian.Client..::..BriefcaseOpenFlags
A bitmask that is a combination of bit flags from BriefcaseOpenFlags.

See Also