Click or drag to resize
FormInfoGetFormCategory Method
Returns CategoryInfo object specified by category name.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public FormCategoryInfo GetFormCategory(
	string name
)

Parameters

name
Type: SystemString
Category name

Return Value

Type: FormCategoryInfo
See Also