Click or drag to resize
FormHelperIsFieldOfType Method
Returns true if FormFieldInfo is of specified type.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsFieldOfType(
	FormFieldInfo ffi,
	FormFieldControlTypeEnum type
)

Parameters

ffi
Type: CMS.FormEngineFormFieldInfo
type
Type: CMS.FormEngineFormFieldControlTypeEnum

Return Value

Type: Boolean
See Also