AbstractHierarchicalObject ObjectType  CombineWith Method Kentico 8.1 API Reference
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.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

excludedProperties
Type: OnlineSystem.Collections.Generic List OnlineString 
Properties which should be ignored by the merging process
nullValues
Type: OnlineSystem.Collections.Generic List OnlineObject 
Values which are considered as null values (value not specified)
objToMergeWith
Type:  ObjectType 
Objects to be merged with current instance
See Also