All content in the field will be added to the documents title tag


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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property PageTitle As String
C#
public abstract string PageTitle { get; }
C++
public abstract property string PageTitle abstract  {
    String get();
}
J#
/** property */
public string get_PageTitle();
JScript
public function get PageTitle() : String

See Also