Click or drag to resize
PageTemplateInstanceZoneExists Method
Returns true if zone with given ID already exists

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

Parameters

zoneId
Type: SystemString
Zone ID to check

Return Value

Type: Boolean
See Also