Click or drag to resize

ConfigurationChangeControllerImportChangesFromXml Method

Imports the provided change set file. Errors are not allowed. Doesn't run in test mode.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ImportChangesFromXml(
	string xmlFile
)

Parameters

xmlFile
Type: SystemString
File path and name of the configuration change (xml) file to be imported.
See Also