| BCEdmBriefcaseOpen Method (String, String, String, BriefcaseOpenFlags) |
Opens the briefcase in the specified mode.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Open(
string filePath,
string password,
string templateName,
BriefcaseOpenFlags flags
)
Public Sub Open (
filePath As String,
password As String,
templateName As String,
flags As BriefcaseOpenFlags
)
public:
void Open(
String^ filePath,
String^ password,
String^ templateName,
BriefcaseOpenFlags flags
)
member Open :
filePath : string *
password : string *
templateName : string *
flags : BriefcaseOpenFlags -> unit
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