Click or drag to resize
PageTemplateInstanceMoveWebPartToNextZone Method (WebPartInstance)
Moves the web part to the Next zone.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void MoveWebPartToNextZone(
	WebPartInstance webPart
)

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part
See Also