BaseFormBuilderCloneFieldInternal Method |
Clones given field ffi, adds the clone next to the original field and returns name of the new field in newFieldName out parameter.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax protected string CloneFieldInternal(
FormFieldInfo ffi,
out string newFieldName
)
Parameters
- ffi
- Type: CMS.FormEngineFormFieldInfo
Form field to be cloned - newFieldName
- Type: SystemString
Field name of new field
Return Value
Type:
StringSee Also