Click or drag to resize
WebPartInstanceGetXmlNode Method
Returns the XML node representing the webpart instance.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public XmlNode GetXmlNode(
	XmlDocument doc = null,
	string nodeName = "webpart"
)

Parameters

doc (Optional)
Type: System.XmlXmlDocument
Parent XML document
nodeName (Optional)
Type: SystemString
XML node name

Return Value

Type: XmlNode
See Also