Topic Transformation CoreIs Maml Topic Property
This read-only property returns true if a MAML topic is being generated, false if an API topic is
being generated
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 IsMamlTopic { get; }VB
Public ReadOnly Property IsMamlTopic As Boolean
GetC++
public:
property bool IsMamlTopic {
bool get ();
}F#
member IsMamlTopic : bool with get