TopicIs MSHVRoot Content Container Property
This is used to get or set whether or not the topic will server as the root content container in MS
Help Viewer output
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 IsMSHVRootContentContainer { get; set; }VB
Public Property IsMSHVRootContentContainer As Boolean
Get
SetC++
public:
property bool IsMSHVRootContentContainer {
bool get ();
void set (bool value);
}F#
member IsMSHVRootContentContainer : bool with get, set