FormInfoUpdateFormCategory Method |
Update specified category node.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntaxpublic void UpdateFormCategory(
string categoryName,
FormCategoryInfo fci
)
Parameters
- categoryName
- Type: SystemString
Name of category to update - fci
- Type: CMS.FormEngineFormCategoryInfo
FormCategoryInfo object with data for update
See Also