Click or drag to resize
DataHelperMergeHashtables Method
Merges two hashtables.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static Hashtable MergeHashtables(
	Hashtable table1,
	Hashtable table2,
	bool updateValue
)

Parameters

table1
Type: System.CollectionsHashtable
First hashtable
table2
Type: System.CollectionsHashtable
Second hashtable
updateValue
Type: SystemBoolean
Indicates if value of item with same key in table1 should be overwritten

Return Value

Type: Hashtable
See Also