Click or drag to resize
PageTemplateInstanceContainsZones Method
Returns true if the page template contains zones of the specific type.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public bool ContainsZones(
	WidgetZoneTypeEnum zoneType
)

Parameters

zoneType
Type: CMS.PortalEngineWidgetZoneTypeEnum
Zone type

Return Value

Type: Boolean
See Also