Saves the configuration file to a specified location.
Namespace:
CAS.UA.Server.ServerConfiguration
Assembly:
ConfigurationEditor.ServerConfiguration (in ConfigurationEditor.ServerConfiguration.dll)
public void SaveConfiguration(
string solutionFilePath,
FileInfo configurationFile
)
Parameters
- solutionFilePath
- Type: String
The solution file path.
- configurationFile
- Type: FileInfo
The configuration file.
solutionFilePath is to be used to create relative file path to configuration files used by the plug-in (if required).
Note that some plugins (e.g. this plugin uses relative paths to
configurationFile location.