Click or drag to resize
PageTemplateInstanceMoveWebPartDown Method (String, String, Boolean)
Moves web part down 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 MoveWebPartDown(
	string zoneId,
	string webPartControlId,
	bool bottom
)

Parameters

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