TopicNo Topic File Property
This read-only property returns true if there is no associated topic file by choice rather than it
not being found.
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 NoTopicFile { get; }VB
Public ReadOnly Property NoTopicFile As Boolean
GetC++
public:
property bool NoTopicFile {
bool get ();
}F#
member NoTopicFile : bool with get