| PageTemplateInstanceMoveWebPartToPreviousZone Method (String, String) | 
            Moves the web part to the previous zone.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void MoveWebPartToPreviousZone(
	string zoneId,
	string webPartControlId
)
Parameters
- zoneId
- Type: SystemString
 Current web part zone ID
- webPartControlId
- Type: SystemString
 Web part control ID
 See Also
See Also