CP - The object passed to an addon in the add-ons execute method. See the AddonBaseClass for details of the addon execute method.


The following tables list the members exposed by CPBaseClass.

Public Constructors

  Name Description
Public method CPBaseClass  
Top

Public Properties

  Name Description
Public property Addon The addon class handles access to an add-on's features. Use the Utils object to run an addon. An instance of the Addon class is passed to the executing addon in the MyAddon object so it can access any features needed. See the CPAddonBaseClass for more details.
Public property Cache The Cache objects handles caching. Use this class to save blocks of data you will use again. See CPCacheBaseClass for more details.
Public property Content The Content class handles functions related to content meta such as determining the table used for a content definition, getting a recordid based on the name, or accessing the methods that control workflow publishing. See CPContentBaseClass for more details.
Public property Db The Db object handles direct access to the Database. The ContentSet functions in the CPCSBaseClass are prefered for general use. See the CPDBBaseClass for more details.
Public property Doc The Doc object handles features related to the document (page) being contructed in the current call. See CPDocBaseClass for more details.
Public property Email The Email object handles email functions. See CPEmailBaseClass for more information.
Public property File The file object handles file system methods. See CPFileBaseClass for more details.
Public property Group The Group Object accesses group features. Group Features generally associate people and roles. See CPGroupBaseClass for more details.
Public property Html The HTML class handles functions used to read and produce HTML elements. See CPHtmlBaseClass for more details.
Public property MyAddon The MyAddon object is an instance of the Addon class created before an add-ons execute method is called. See CPAddonBaseClass for more details.
Public property Request The Request object handles data associated with the request from the visitor. See CPRequestBaseClass for more details.
Public property Response The Response object handles the stream of data back to the visitor. See CPResponseBaseClass for more details.
Public property Site The Site Class handles features related to the current site. See CPSiteBaseClass for more details.
Public property User The User Class handles details related to the user and its related people record. See CPUserBaseClass for more details.
Public property UserError The UserError Class handles error handling for those conditions you want the user to know about or correct. For example an login error. See the CPUserErrorBaseClass for more details.
Public property Utils The Utils class handles basic utilities and other features not classified. See CPUtilsBaseClass for more details.
Public property Version Contensive version
Public property Visit The Visit Class handles details related to the visit. For instance it holds the number of pages hit so far and has methods for adding and modifying user defined visit properties. See CPVisitBaseClass for more details.
Public property Visitor The Visitor Class handles details related to the visitor. For instance it holds the browser type used by the visitor. See CPVisitorBaseClass for more details.
Top

Public Methods

  Name Description
Public method CSNew Factory for new CS object. See CPCSBaseClass for CS object details
Top

See Also