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

Parameters

tagGroupId
Type: SystemInt32
TagGroup id

Return Value

Type: TagGroupInfo
See Also