BasicFormIsFieldVisible Method |
Checks if the given field is evaluated as visible.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public bool IsFieldVisible(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Form field name
Return Value
Type:
BooleanSee Also