Click or drag to resize
PageTemplateInstanceMoveWebPartUp Method (String, String, Boolean)
Moves web part up within the instance of the specified zone.

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

Parameters

zoneId
Type: SystemString
Zone ID
webPartControlId
Type: SystemString
Web part ID
top
Type: SystemBoolean
If true, the web part is moved to the bottom
See Also