Click or drag to resize
FormInfoRemoveFormCategory Method
Remove specified form category.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void RemoveFormCategory(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Name of a category to remove
See Also