Conduit API
Case Study
Web Page API -> GetAllToolbarsInfo
 
This function is used in order to retrieve an array of informations objects of toolbars, for each installed toolbar.
 
GetAllToolbarsInfo()
 
None.
 
An array that contains the following fields (for each cell):
Field Name Description Type
returnValue Indicates whether the operation was successful.
True - The function succeeded
False - Subscription to the alert failed. 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
name
The toolbar name
string
version
The toolbar version
string
originalCTID
The parent toolbar CTID (Conduit powered toolbar ID), if such exists
string
CTID
The toolbar CTID (Conduit powered toolbar ID)
string
isMulticommunity
When true, indicates whether the User Aggregation is enabled for the toolbar. See the Glossary page for a description of User Aggregation
boolean
isMyStuffSupported
 
boolean
isMyStuffVisible
 
boolean
isGrouping
Indicates whether the toolbar has a predefined group of community toolbars. See the Glossary page for a description of Grouping
boolean
 
*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 retrieve information from each available and visible Conduit powered toolbar.