When present, this text will be added to the robots.txt content for the site. This content is editable through the preferences page


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

Syntax

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

See Also