Click or drag to resize
TagGroupInfoProviderDeleteTagGroupInfoInternal Method
Deletes specified tag group.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteTagGroupInfoInternal(
	TagGroupInfo infoObj
)

Parameters

infoObj
Type: CMS.TaxonomyTagGroupInfo
TagGroup object
See Also