Click or drag to resize
FormHelperIsValidControl Method
Determines whether given control is valid for given controls enum.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsValidControl(
	string controlName,
	FieldEditorControlsEnum controlType
)

Parameters

controlName
Type: SystemString
controlType
Type: CMS.FormEngineFieldEditorControlsEnum

Return Value

Type: Boolean
See Also