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