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

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

Parameters

zoneId
Type: SystemString
Zone ID to ensure

Return Value

Type: WebPartZoneInstance
See Also