Click or drag to resize
FormInfoAddFormCategory Method
Add a form category at the specified index or at the end if the index is not specified.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public void AddFormCategory(
	FormCategoryInfo categObj,
	int index = -1
)

Parameters

categObj
Type: CMS.FormEngineFormCategoryInfo
FormCategoryInfo object with data to add
index (Optional)
Type: SystemInt32
Index to which to add the category
See Also