Click or drag to resize
WebPartZoneInstance Constructor (XmlNode)
Constructor.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public WebPartZoneInstance(
	XmlNode zoneNode
)

Parameters

zoneNode
Type: System.XmlXmlNode
XML node with the zone data (containing the web parts information
See Also