Click or drag to resize
TagHelperGetNewTags Method
Returns ArrayList of new tags.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 8.2.23
Syntax
C#
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