Click or drag to resize
FormInfoTransformationBaseUpdateStatusSelectorSystemFormField Method
Updates the specified system form field info with new settings and changes the associated editing control to a status selector.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
protected void UpdateStatusSelectorSystemFormField(
	FormFieldInfo formField,
	string caption,
	string controlName
)

Parameters

formField
Type: CMS.FormEngineFormFieldInfo
The system form field info to update.
caption
Type: SystemString
The new field caption.
controlName
Type: SystemString
The new control name.
See Also