Click or drag to resize
CategoryInfoProviderDeleteCategoryInfoInternal Method
Deletes specified category.

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

Parameters

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