Click or drag to resize
LayoutFormElementCanBeAdded Method
Indicates if element can be added into layout.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual bool ElementCanBeAdded(
	FormFieldInfo ffi,
	string ffType
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
ffType
Type: SystemString

Return Value

Type: Boolean
See Also