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 | |
---|---|---|
![]() |
CPBaseClass |
Public Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
Cache | The Cache objects handles caching. Use this class to save blocks of data you will use again. See CPCacheBaseClass for more details. |
![]() |
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. |
![]() |
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. |
![]() |
Doc | The Doc object handles features related to the document (page) being contructed in the current call. See CPDocBaseClass for more details. |
![]() |
The Email object handles email functions. See CPEmailBaseClass for more information. | |
![]() |
File | The file object handles file system methods. See CPFileBaseClass for more details. |
![]() |
Group | The Group Object accesses group features. Group Features generally associate people and roles. See CPGroupBaseClass for more details. |
![]() |
Html | The HTML class handles functions used to read and produce HTML elements. See CPHtmlBaseClass for more details. |
![]() |
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. |
![]() |
Request | The Request object handles data associated with the request from the visitor. See CPRequestBaseClass for more details. |
![]() |
Response | The Response object handles the stream of data back to the visitor. See CPResponseBaseClass for more details. |
![]() |
Site | The Site Class handles features related to the current site. See CPSiteBaseClass for more details. |
![]() |
User | The User Class handles details related to the user and its related people record. See CPUserBaseClass for more details. |
![]() |
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. |
![]() |
Utils | The Utils class handles basic utilities and other features not classified. See CPUtilsBaseClass for more details. |
![]() |
Version | Contensive version |
![]() |
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. |
![]() |
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. |