BCEnvironmentUIExport Method |
Exports the configuration into the specified file.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public void Export(
string filePath
)
Public Sub Export (
filePath As String
)
Parameters
- filePath
- Type: SystemString
The file path to export.
See Also