The base class for all Contensive add-ons.


The following tables list the members exposed by AddonBaseClass.

Public Constructors

  Name Description
Public method AddonBaseClass  
Top

Public Methods

  Name Description
Public method Execute The only method of an addon. Performs the functions for this part of the the add-on and returns a string. For add-ons executing on a web page or as a remove method, the returned string is added to the page where the addon is placed. For addons run as processes, the returned string is logged in the process log.
Top

See Also