The Content class handles functions related to content meta such as determining the table used for a content definition, getting a recordid based on the name, or accessing the methods that control workflow publishing. See CPContentBaseClass for more details.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride ReadOnly Property Content As CPContentBaseClass |
| C# |
|---|
| public abstract CPContentBaseClass Content { get; } |
| C++ |
|---|
| public abstract property CPContentBaseClass Content abstract { CPContentBaseClass get(); } |
| J# |
|---|
| /** property */ public CPContentBaseClass get_Content(); |
| JScript |
|---|
| public function get Content() : CPContentBaseClass |