Click or drag to resize
PageTemplateInstanceMoveWebPartToNextZone Method (String, String)
Moves the web part to the next zone.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
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