Click or drag to resize
TagGroupInfoProviderSetTagGroupInfoInternal Method
Sets (updates or inserts) specified tag group.

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

Parameters

tagGroup
Type: CMS.TaxonomyTagGroupInfo
TagGroup to set
See Also