Click or drag to resize
PageTemplateInstanceCombineWith Method (WebPartInstance)
Combines the page template instance with a web part instance, applies the web part 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(
	WebPartInstance wpi
)

Parameters

wpi
Type: CMS.PortalEngineWebPartInstance
The wpi
See Also