Click or drag to resize
BaseFormBuilderAddFieldInternal Method
Adds form field info to the form to the specified position.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
protected string AddFieldInternal(
	FormFieldInfo ffi,
	string category,
	int position
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Form field info which will be added
category
Type: SystemString
Category name
position
Type: SystemInt32
Field position in the category

Return Value

Type: String
See Also