WebPartInstanceGetXmlNode Method |
Returns the XML node representing the webpart instance.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax 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:
XmlNodeSee Also