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

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

Parameters

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