Click or drag to resize
BaseFieldEditorIsDatabaseChangeRequired Method
Indicates whether such a change has been made to the field, it requires database structure update.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected static bool IsDatabaseChangeRequired(
	FormFieldInfo oldFieldInfo,
	FormFieldInfo updatedFieldInfo
)

Parameters

oldFieldInfo
Type: CMS.FormEngineFormFieldInfo
Field prior to the change.
updatedFieldInfo
Type: CMS.FormEngineFormFieldInfo
Field after the change.

Return Value

Type: Boolean
See Also