Click or drag to resize
FieldActions Constructor
Constructor.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public FieldActions(
	FormFieldInfo ffi,
	BasicForm form
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
Form field info
form
Type: CMS.FormControlsBasicForm
Form where the control is used.
See Also