Click or drag to resize

AppConstsConfigurationChangeLogicVersion Field

Specifies the version of the configuration change logic. Is used to validate whether a file with configuration changes can be imported. Should be incremented if the API changes - specificly if the ConfigurationObjectType or ConfigObjField enumeration changes. Should be reset to 1 (but don't have to) when a new release (e.g. 6.1) is made.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const int ConfigurationChangeLogicVersion = 2

Field Value

Type: Int32
See Also