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

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

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part
See Also