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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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