Click or drag to resize
FormInfoFieldExists Method
Returns true if the given field exists in the form definition

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public bool FieldExists(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field name to check

Return Value

Type: Boolean
See Also