BCEdmBriefcaseOpen Method (String, String, String) |
Opens the the existing briefcase.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: 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
)
Public Sub Open (
filePath As String,
password As String,
templateName As String
)
public:
void Open(
String^ filePath,
String^ password,
String^ templateName
)
member Open :
filePath : string *
password : string *
templateName : string -> 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.
See Also