DataHelperMergeHashtables Method |
Note: This API is now obsolete.
Merges two hashtables.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax [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:
HashtableSee Also