Click or drag to resize
FormFieldInfoSetControlName Method
Sets code name of form control used for rendering this form field.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax
C#
public void SetControlName(
	string controlName
)

Parameters

controlName
Type: SystemString
Code name of form control. Use control names defined in FormFieldControlName class.
See Also