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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual bool IsExcludedRequiredField(
	FormFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo
Field info

Return Value

Type: Boolean
See Also