Click or drag to resize
TagGroupInfoProviderGetTagGroupInfo Method (Guid, 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(System.Guid, 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(
	Guid tagGroupGuid,
	int siteId
)

Parameters

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

Return Value

Type: TagGroupInfo
See Also