| 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: 10.0.0
 Syntax
Syntaxprotected 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: 
String See Also
See Also