Conduit API
Case Study
Web Page API -> GetInfo
 
This function is used in order to retrieve the current toolbar information.
 
GetInfo()
 
None.
 
An object that contains the following fields:
Field Name Description Type
returnValue Indicates whether the operation was successful.
True - The function returns the current toolbar information successfully
False - The toolbar information is not retrieved and the function was not completed successfully. 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 CTID of the parent toolbar, if such exists
string
CTID
The toolbar CTID
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
isGrouping
When true, 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 retrive information from the Conduit demo toolbar.