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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual bool ElementCanBeAdded(
	FormFieldInfo ffi,
	string ffType
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
ffType
Type: SystemString

Return Value

Type: Boolean
See Also