Click or drag to resize
TagHelperGetAllTags Method

Note: This API is now obsolete.

Returns Hash table of all tags.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("This method will be removed")]
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