| BasicFormIsFieldAvailable Method | 
            Checks if control is included in editing controls hashtable.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic bool IsFieldAvailable(
	string fieldName
)
Parameters
- fieldName
- Type: SystemString
 Name of field with control
Return Value
Type: 
BooleanReturns TRUE if field is found. Otherwise returns FALSE.
 See Also
See Also