Conduit API
Case Study
Web Page API -> Refresh
 
This function is used in order to retrieve the latest settings from the server, and to refresh the toolbar and its components.
 
Refresh()
 
None.
 
An object that contains the following fields:
Field Name Description Type
returnValue Indicates whether the operation was successful.
True - The toolbar is refreshed successfully
False - The toolbar failed to refresh. Check the value of the errorCode to determine the specific reason for the function failure.
boolean
errorCode
Specific error code. See Error Code Table for additional information.
int
 
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example contains a button that when clicked upon will refresh the Conduit demo toolbar.