Click or drag to resize
TagGroupInfoProviderGetTagGroupInfo Method (Guid, Int32)
Returns the TagGroupInfo structure for the specified tag group.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static TagGroupInfo GetTagGroupInfo(
	Guid tagGroupGuid,
	int siteId
)

Parameters

tagGroupGuid
Type: SystemGuid
TagGroup GUID
siteId
Type: SystemInt32
Site ID

Return Value

Type: TagGroupInfo
See Also