Click or drag to resize
BaseFormBuilderSaveFormDefinitionInternal Method
Saves form definition. Updates database column if both original and changed info is passed and the change requires database update.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected string SaveFormDefinitionInternal(
	FormFieldInfo oldFieldInfo = null,
	FormFieldInfo updatedFieldInfo = null
)

Parameters

oldFieldInfo (Optional)
Type: CMS.FormEngineFormFieldInfo
Form field info prior to the change
updatedFieldInfo (Optional)
Type: CMS.FormEngineFormFieldInfo
Form field info after the change has been made.

Return Value

Type: String
Error message if an error occurred
See Also