BasicFormIsFieldAvailable Method |
Checks if control is included in editing controls hashtable.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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