Click or drag to resize
AbstractLayoutIsExcludedRequiredField Method
Indicates if field is excluded from applying the required field format string.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual bool IsExcludedRequiredField(
	FormFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo
Field info

Return Value

Type: Boolean
See Also