When true, this addon can be placed in the content of pages.
Namespace:
Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property Content As Boolean
|
C# |
---|
public abstract bool Content { get; } |
C++ |
---|
public abstract property bool Content abstract { bool get(); } |
J# |
---|
/** property */ public bool get_Content(); |
JScript |
---|
public function get Content() : bool |
See Also