Click or drag to resize
TaxonomyCacheHelperGetTagGroupCacheDependencyKey Method
Gets the dependency cache keys for the given tag group.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 11.0.0
Syntax
C#
public static string GetTagGroupCacheDependencyKey(
	int tagGroupId
)

Parameters

tagGroupId
Type: SystemInt32
ID of the tag group.

Return Value

Type: String
See Also