| TopicTopicFile Property |
This is used to get or set the topic file information related to
the topic.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public TopicFile TopicFile { get; set; }
Public Property TopicFile As TopicFile
Get
Set
public:
property TopicFile^ TopicFile {
TopicFile^ get ();
void set (TopicFile^ value);
}
member TopicFile : TopicFile with get, set
Property Value
Type:
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.
See Also