Topic Transformation CoreDocument Node Property
This read-only property returns the root document node for the topic being rendered
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 XElement DocumentNode { get; }VB
Public ReadOnly Property DocumentNode As XElement
GetC++
public:
property XElement^ DocumentNode {
XElement^ get ();
}F#
member DocumentNode : XElement with get