Topic Transformation CoreIs Preliminary Documentation Property
This property is used to get or set whether or not all pages should be marked with a "preliminary
documentation" warning in the page header.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsPreliminaryDocumentation { get; set; }VB
Public Property IsPreliminaryDocumentation As Boolean
Get
SetC++
public:
property bool IsPreliminaryDocumentation {
bool get ();
void set (bool value);
}F#
member IsPreliminaryDocumentation : bool with get, set