Click or drag to resize
BCEdmBriefcaseOpen Method (String, String, String, BriefcaseOpenFlags)
Opens the briefcase in the specified mode.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void Open(
	string filePath,
	string password,
	string templateName,
	BriefcaseOpenFlags flags
)

Parameters

filePath
Type: SystemString
The file path to the briefcase.
password
Type: SystemString
The password to access the briefcase.
templateName
Type: SystemString
The name of the briefcase template.
flags
Type: BlueCieloECM.InnoCielo.Meridian.ClientBriefcaseOpenFlags
A bitmask that is a combination of bit flags from BriefcaseOpenFlags.
See Also