FormInfoTransformationBase UpdateSystemFormField Method Kentico 8.1 API Reference
Updates the specified system form field info with new settings.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

formField
Type: CMS.FormEngine FormFieldInfo
The system form field info to update.
caption
Type: OnlineSystem String
The new field caption.
controlName
Type: OnlineSystem String
The name of the new editing control associated with the specified field.
See Also