Click or drag to resize
BaseFormBuilderPrepareNewField Method
Prepares new field.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected FormFieldInfo PrepareNewField(
	string controlName
)

Parameters

controlName
Type: SystemString
Code name of used control

Return Value

Type: FormFieldInfo
See Also