Conduit API
Case Study
ExternalMenu.EM_Button.DefaultIconUrl
 
Gets or sets the URL containing the icon displayed on the button
 
public String DefaultIconUrl
 
Description Range Type
URL containing the icon displayed on the button - String
 
None
 
ExternalMenu externalMenu = new ExternalMenu();
externalMenu.Button.DefaultIconUrl = "http://SomeUrl";