PageTemplateInstanceMoveWebPartUp Method (WebPartInstance, Boolean) |
Moves web part up within its zone.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax public void MoveWebPartUp(
WebPartInstance webPart,
bool top
)
Parameters
- webPart
- Type: CMS.PortalEngineWebPartInstance
Web part - top
- Type: SystemBoolean
If true, the web part is moved to the top
See Also