| TopicIsDefaultTopic Property |
This is used to when merging TOC files to determine the default
topic.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool IsDefaultTopic { get; set; }
Public Property IsDefaultTopic As Boolean
Get
Set
public:
property bool IsDefaultTopic {
bool get ();
void set (bool value);
}
member IsDefaultTopic : bool with get, set
Property Value
Type:
BooleanSee Also