Click or drag to resize
TagHelperGetAllTags Method
Returns Hash table of all tags.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 8.2.23
Syntax
C#
public static Dictionary<string, string> GetAllTags(
	int groupId,
	ref Hashtable tags
)

Parameters

groupId
Type: SystemInt32
Tags group id
tags
Type: System.CollectionsHashtable
Tags hash table used as referential table for comparison

Return Value

Type: DictionaryString, String
See Also