If true, this add-on will be executed on every page and its content added right before the content box
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride ReadOnly Property OnContentStart As Boolean |
| C# |
|---|
| public abstract bool OnContentStart { get; } |
| C++ |
|---|
| public abstract property bool OnContentStart abstract { bool get(); } |
| J# |
|---|
| /** property */ public bool get_OnContentStart(); |
| JScript |
|---|
| public function get OnContentStart() : bool |