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: 12.0.0
Syntax public 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