Click or drag to resize
TagInfoProviderGetTagInfoInternal 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#
protected virtual TagInfo GetTagInfoInternal(
	int tagId
)

Parameters

tagId
Type: SystemInt32
Tag id

Return Value

Type: TagInfo
See Also