Click or drag to resize
TagGroupInfoProviderDeleteTagGroupInfo Method (Int32)

Note: This API is now obsolete.

Deletes specified tag group.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITagGroupInfoProvider.Delete(TagGroupInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TagGroupInfo.Provider.")]
public static void DeleteTagGroupInfo(
	int tagGroupId
)

Parameters

tagGroupId
Type: SystemInt32
TagGroup id
See Also