Click or drag to resize
TagGroupInfoProviderDeleteTagGroupInfo Method (TagGroupInfo)
Deletes specified tag group.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static void DeleteTagGroupInfo(
	TagGroupInfo infoObj
)

Parameters

infoObj
Type: CMS.TaxonomyTagGroupInfo
Tag group to delete
See Also