Click or drag to resize
DataHelperMergeHashtables Method

Note: This API is now obsolete.

Merges two hashtables.

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