Click or drag to resize
PageTemplateInstanceAddZone Method
Adds the given zone to the template

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public WebPartZoneInstance AddZone(
	WebPartZoneInstance zone
)

Parameters

zone
Type: CMS.PortalEngineWebPartZoneInstance
Zone to add

Return Value

Type: WebPartZoneInstance
Remarks
Returns a new instance of web part zone if the given zone is present within it's parent zone
See Also