BaseFormBuilderSaveFormDefinitionInternal Method |
Saves form definition. Updates database column if both original and changed info is passed and the change requires database update.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringError message if an error occurred
See Also