Click or drag to resize
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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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: String
See Also