PageTemplateInstanceMoveWebPartDown Method (WebPartInstance, Boolean) |
Moves web part down within its zone.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax 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