Click or drag to resize
BasicFormIsFieldAvailable Method
Checks if control is included in editing controls hashtable.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool IsFieldAvailable(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of field with control

Return Value

Type: Boolean
Returns TRUE if field is found. Otherwise returns FALSE.
See Also