if true, this add-on will be executed on every page and its content added right after the content box.


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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property OnContentEnd As Boolean
C#
public abstract bool OnContentEnd { get; }
C++
public abstract property bool OnContentEnd abstract  {
    bool get();
}
J#
/** property */
public bool get_OnContentEnd();
JScript
public function get OnContentEnd() : bool

See Also