TopicTopic File Property
This is used to get or set the topic file information related to the topic
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If there is no topic file, this topic serves as a container node for its sub-topics and no content will be displayed for it when selected in the help file's table of contents.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public TopicFile TopicFile { get; set; }VB
Public Property TopicFile As TopicFile
Get
SetC++
public:
property TopicFile^ TopicFile {
TopicFile^ get ();
void set (TopicFile^ value);
}F#
member TopicFile : TopicFile with get, setProperty Value
TopicFileIf there is no topic file, this topic serves as a container node for its sub-topics and no content will be displayed for it when selected in the help file's table of contents.