Click or drag to resize
CategoryInfoProviderSetCategoryInfoInternal Method
Sets (updates or inserts) specified category.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetCategoryInfoInternal(
	CategoryInfo categoryObj
)

Parameters

categoryObj
Type: CMS.TaxonomyCategoryInfo
Category to be set.
See Also