The Doc object handles features related to the document (page) being contructed in the current call. See CPDocBaseClass for more details.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property Doc As CPDocBaseClass |
C# |
---|
public abstract CPDocBaseClass Doc { get; } |
C++ |
---|
public abstract property CPDocBaseClass Doc abstract { CPDocBaseClass get(); } |
J# |
---|
/** property */ public CPDocBaseClass get_Doc(); |
JScript |
---|
public function get Doc() : CPDocBaseClass |