Click or drag to resize
TagGroupInfoProviderGetTagGroupInfo Method (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(
	int tagGroupId
)

Parameters

tagGroupId
Type: SystemInt32
TagGroup id

Return Value

Type: TagGroupInfo
See Also