When true, the system only uses the custom styles field when building the page. This field is not updated with add-on updates.


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

Syntax

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

See Also