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