Click or drag to resize
FieldActions Constructor
Constructor.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public FieldActions(
	FormFieldInfo ffi,
	BasicForm form
)

Parameters

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