CategoryInfoProviderSetCategoryInfo Method |
Sets (updates or inserts) specified category.
Namespace: CMS.TaxonomyAssembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 12.0.0
Syntax public static void SetCategoryInfo(
CategoryInfo categoryObj
)
Parameters
- categoryObj
- Type: CMS.TaxonomyCategoryInfo
Category to be set.
See Also