TopicIsMamlTopic 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.
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public bool IsMamlTopic { get; }
Public ReadOnly Property IsMamlTopic As Boolean
Get
public:
property bool IsMamlTopic {
bool get ();
}
member IsMamlTopic : bool with get
Property Value
Boolean