Click or drag to resize
PageTemplateInstanceEnsureZone Method
Ensures that the instance of the given zone exists.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public WebPartZoneInstance EnsureZone(
	string zoneId
)

Parameters

zoneId
Type: SystemString
Zone ID to ensure

Return Value

Type: WebPartZoneInstance
See Also