When present, the system calls the execute method of an objected created from this dot net class namespace.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property DotNetClass As String
C#
public abstract string DotNetClass { get; }
C++
public abstract property string DotNetClass abstract  {
    String get();
}
J#
/** property */
public string get_DotNetClass();
JScript
public function get DotNetClass() : String

Remarks

Addon content is assembled in the following order: TextContent + HTMLContent + IncludeContent + ScriptCallbackContent + FormContent + RemoteAssetContent + ScriptContent + ObjectContent + AssemblyContent.

See Also