| PageTemplateInstanceMoveWebPartDown Method (String, String, Boolean) | 
            Moves web part down 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 MoveWebPartDown(
	string zoneId,
	string webPartControlId,
	bool bottom
)
Parameters
- zoneId
- Type: SystemString
 Zone ID
- webPartControlId
- Type: SystemString
 Web part ID
- bottom
- Type: SystemBoolean
 If true, the web part is moved to the bottom
 See Also
See Also