FormInfoAddFormCategory Method |
Add a form category at the specified index or at the end if the index is not specified.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax 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