<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.kmacloud.net/index.php?action=history&amp;feed=atom&amp;title=Contensive_API</id>
		<title>Contensive API - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.kmacloud.net/index.php?action=history&amp;feed=atom&amp;title=Contensive_API"/>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Contensive_API&amp;action=history"/>
		<updated>2026-05-04T17:41:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://wiki.kmacloud.net/index.php?title=Contensive_API&amp;diff=735&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;Contensive provides a set of objects you can use to create functionality and content. Generally, addon programming is performed by creating a dotnet class, but you can also us...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.kmacloud.net/index.php?title=Contensive_API&amp;diff=735&amp;oldid=prev"/>
				<updated>2015-07-02T14:18:46Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Contensive provides a set of objects you can use to create functionality and content. Generally, addon programming is performed by creating a dotnet class, but you can also us...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Contensive provides a set of objects you can use to create functionality and content. Generally, addon programming is performed by creating a dotnet class, but you can also use active script technology with any active script system supported on your server. By default, windows servers support VBScript and JScript. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For either dotnet classes or active scripting, Contensive exposes a set of objects through a single object interface, the Contensive Processor or cp. cp is written against an abstract base class, cpBaseClass, which is installed with the Contensive installation as cpBase.dll. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add-ons can be used within Contensive in many places, but in all cases, they are called as a single call to the execute method of the class with a single argument, the cp object. They perform their action and can optionally return a string. An add-on placed on a page is replaced with the class's return string during processing. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Several dotnet addon samples, with both c# and vb source code are available through the add-on Library (the addon manager) called Add-on Samples. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The CPBaseClass reference is available online at http://support.contensive.com/api &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For more information about creating Addons, see http://support.contensive.com/Creating-Add-ons &amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>