Click or drag to resize
TagGroupInfoProviderSetTagGroupInfo Method
Sets (updates or inserts) specified tagGroup.

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

Parameters

tagGroup
Type: CMS.TaxonomyTagGroupInfo
Tag group to set
See Also