Click or drag to resize
TagHelperGetCheckedOldTags Method

Note: This API is now obsolete.

Returns ArrayList of tags which are used before.

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