DataHelper Merge T, K, V  Method Kentico 8.0 API Reference
Merges two objects implementing the IDictionary interface of type T with key of type K and value of type V.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

obj1
Type: T
First object
obj2
Type: T
Second object
updateValue
Type: OnlineSystem Boolean
Indicates if value of item with same key in obj1 should be overwritten

Return Value

Type: T
See Also