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