Combines current instance with other properties (modifies current instace!). 
            List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
            
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- excludedProperties
 - Type: 
System.Collections.Generic List 
String 
Properties which should be ignored by the merging process 
- nullValues
 - Type: 
System.Collections.Generic List 
Object 
Values which are considered as null values (value not specified) 
- objToMergeWith
 - Type:  ObjectType 
Objects to be merged with current instance 
See Also