| PageTemplateInstanceCombineWith Method (PageTemplateInstance, WidgetZoneTypeEnum, Boolean) | 
            Combines two page template instances, applies the other page template instance settings (only those matching the required zone type in the current instance) to the current instance. Does not add new zones which are not present in the current instance.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void CombineWith(
	PageTemplateInstance pti,
	WidgetZoneTypeEnum zoneType,
	bool keepZoneProperties = true
)
Parameters
- pti
- Type: CMS.PortalEnginePageTemplateInstance
 Page template instance with the personalization
- zoneType
- Type: CMS.PortalEngineWidgetZoneTypeEnum
 Zone type to overwrite
- keepZoneProperties (Optional)
- Type: SystemBoolean
 If true, the original zone properties are kept
 See Also
See Also