Click or drag to resize
PageTemplateInstanceMoveWebPartToPreviousZone Method (WebPartInstance)
Moves the web part to the previous zone.

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

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part
See Also