FormInfoFieldExists Method |
Returns true if the given field exists in the form definition
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public bool FieldExists(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Field name to check
Return Value
Type:
BooleanSee Also