Click or drag to resize
BasicFormIsCategoryCollapsed Method
Returns true if the given category is collapsed

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public bool IsCategoryCollapsed(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Category name

Return Value

Type: Boolean
See Also