Click or drag to resize
PageTemplateInstanceGetXmlElement Method (XmlDocument, WidgetZoneTypeEnum)
Gets the XML element for the data

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public XmlElement GetXmlElement(
	XmlDocument doc,
	WidgetZoneTypeEnum zoneType
)

Parameters

doc
Type: System.XmlXmlDocument
Parent XML document
zoneType
Type: CMS.PortalEngineWidgetZoneTypeEnum
Zone type to output

Return Value

Type: XmlElement
See Also