Click or drag to resize
TagInfoProviderGetTagInfo Method
Returns the TagInfo structure for the specified tag.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static TagInfo GetTagInfo(
	int tagId
)

Parameters

tagId
Type: SystemInt32
Tag id

Return Value

Type: TagInfo
See Also