Click or drag to resize
PageTemplateInstanceGetZonesXML Method
Returns the XML representation of the zones configuration.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public string GetZonesXML(
	WidgetZoneTypeEnum zoneType = WidgetZoneTypeEnum.All
)

Parameters

zoneType (Optional)
Type: CMS.PortalEngineWidgetZoneTypeEnum
Zone type to get

Return Value

Type: String
See Also