Click or drag to resize
FormInfoGetClosestCategory Method
Returns closest category the field is placed under or null if there is no category above the field.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public FormCategoryInfo GetClosestCategory(
	FormFieldInfo field
)

Parameters

field
Type: CMS.FormEngineFormFieldInfo
Field info object

Return Value

Type: FormCategoryInfo
See Also