Click or drag to resize
PageTemplateInstanceCombineWith Method (WebPartZoneInstance)
Combines the page template instance with a web part zone instance, applies the web part zone instance settings to the current page template instance.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void CombineWith(
	WebPartZoneInstance wpzi
)

Parameters

wpzi
Type: CMS.PortalEngineWebPartZoneInstance
Web part zone instance
See Also