Click or drag to resize
PageTemplateInstanceMoveAllWebParts Method
Moves all web parts from one zone to another

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void MoveAllWebParts(
	WebPartZoneInstance zone,
	WebPartZoneInstance targetZone
)

Parameters

zone
Type: CMS.PortalEngineWebPartZoneInstance
Source zone
targetZone
Type: CMS.PortalEngineWebPartZoneInstance
Target zone
See Also