Click or drag to resize
PageTemplateInstance.MoveWebPartDown Method (WebPartInstance, Boolean)
Moves web part down within its zone.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public void MoveWebPartDown(
	WebPartInstance webPart,
	bool bottom
)

Parameters

webPart
Type: CMS.PortalEngine.WebPartInstance
Web part
bottom
Type: System.Boolean
If true, the web part is moved to the bottom
See Also