Click or drag to resize
TagHelperGetCheckedOldTags Method
Returns ArrayList of tags which are used before.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 8.2.23
Syntax
C#
public static ArrayList GetCheckedOldTags(
	Hashtable tagTable,
	int groupId
)

Parameters

tagTable
Type: System.CollectionsHashtable
Tags hash table
groupId
Type: SystemInt32
Tag group id

Return Value

Type: ArrayList
See Also