Click or drag to resize

ConfigurationChangeControllerImportConfigurationChanges Method

Note: This API is now obsolete.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public static ConfigurationChangeImportResult ImportConfigurationChanges(
	IEnumerable<ConfigurationChange> changes,
	ConfigurationChangeImportOptions options
)

Parameters

changes
Type: System.Collections.GenericIEnumerableConfigurationChange
options
Type: Omada.OE.ModelConfigurationChangeImportOptions

Return Value

Type: ConfigurationChangeImportResult
See Also