Click or drag to resize
BaseFormBuilder.CloneFieldInternal 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: 11.0.0
Syntax
C#
protected string CloneFieldInternal(
	FormFieldInfo ffi,
	out string newFieldName
)

Parameters

ffi
Type: CMS.FormEngine.FormFieldInfo
Form field to be cloned
newFieldName
Type: System.String
Field name of new field

Return Value

Type: String
See Also