Click or drag to resize
TagHelperGetNewTags Method

Note: This API is now obsolete.

Returns ArrayList of new 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 ArrayList GetNewTags(
	Hashtable tagTable,
	ref Hashtable tags
)

Parameters

tagTable
Type: System.CollectionsHashtable
Tags hash table
tags
Type: System.CollectionsHashtable
Tags hash table used as referential table for comparison

Return Value

Type: ArrayList
See Also