Click or drag to resize
TagGroupInfoProviderGetTagGroupInfoInternal Method (String, Int32)
Returns the TagGroupInfo structure for the specified TagGroup.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
protected virtual TagGroupInfo GetTagGroupInfoInternal(
	string tagGroupName,
	int siteId
)

Parameters

tagGroupName
Type: SystemString
TagGroup name
siteId
Type: SystemInt32
Site ID

Return Value

Type: TagGroupInfo
See Also