BaseFormBuilderAddFieldInternal Method |
Adds form field info to the form to the specified position.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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:
StringSee Also