Conduit API
Case Study
ExternalMenu.EM_Menu.IconUrl
 
Gets or sets the icon's URL of the sub-menu
 
public String IconUrl
 
Description Range Type
Icon's URL of the sub-menu - String
 
None
 
ExternalMenu externalMenu = new ExternalMenu();
externalMenu.Menu.IconUrl = "http://SomeIconUrl";