SaveConfigurationToFile

virtual void IController::SaveConfigurationToFile(const std::string &filename) = 0

Gets the configuration and writes it to the specified file in XML format.

Parameters

filename – Name of file in which the configuration is stored in XML format.

Throws