BCEnvironmentUIImport Method |
Imports the configuration from the specified file.
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 Import(
string filePath
)
Public Sub Import (
filePath As String
)
public:
void Import(
String^ filePath
)
member Import :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file path to load from.
See Also