TopicIs Maml Topic Property
This read-only property returns true if the file is a MAML topic or an empty container node and false
if it is a Markdown topic.
Definition
Namespace: Sandcastle.Core.ConceptualContent
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