Click or drag to resize
TagGroupInfoProviderGetTagGroupInfo Method (String, Int32)

Note: This API is now obsolete.

Returns the TagGroupInfo structure for the specified tag group.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ITagGroupInfoProvider.Get(string, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - TagGroupInfo.Provider.")]
public static TagGroupInfo GetTagGroupInfo(
	string tagGroupName,
	int siteId
)

Parameters

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

Return Value

Type: TagGroupInfo
See Also