Click or drag to resize
WebPartZoneInstanceGetXmlNode Method
Returns the Xml node representing the zone configuration.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public XmlElement GetXmlNode(
	XmlDocument doc = null
)

Parameters

doc (Optional)
Type: System.XmlXmlDocument
Parent XML document

Return Value

Type: XmlElement
See Also