Conduit API
Case Study
ExternalMenu.GetXml
 
Gets xml representation of the ExternalMenu object as xml document.
 
public XmlDocument GetXml()
 
None.
 
Description Range Type
Xml representation of the ExternalMenu object - XmlDocument
 
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
ExternalMenu externalMenu = new ExternalMenu();
XmlDocument externalMenuXmlDoc = externalMenu.GetXml();