Click or drag to resize
PageTemplateInstanceMoveWebPartUp Method (WebPartInstance, Boolean)
Moves web part up within its zone.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void MoveWebPartUp(
	WebPartInstance webPart,
	bool top
)

Parameters

webPart
Type: CMS.PortalEngineWebPartInstance
Web part
top
Type: SystemBoolean
If true, the web part is moved to the top
See Also