Click or drag to resize
PageTemplateInstanceCombineWith Method
Overload List
  NameDescription
Public methodCombineWith(WebPartInstance)
Combines the page template instance with a web part instance, applies the web part instance settings to the current page template instance.
Public methodCombineWith(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.
Public methodCombineWith(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.
Top
See Also