| PageTemplateInstanceMoveWebPartUp Method (String, String, Boolean) | 
            Moves web part up within the instance of the specified zone.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void MoveWebPartUp(
	string zoneId,
	string webPartControlId,
	bool top
)
Parameters
- zoneId
- Type: SystemString
 Zone ID
- webPartControlId
- Type: SystemString
 Web part ID
- top
- Type: SystemBoolean
 If true, the web part is moved to the bottom
 See Also
See Also