| SandcastleProjectTocParentId Property |
This is used to get or set the table of contents parent for each root
topic in the help file.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string TocParentId { get; set; }
Public Property TocParentId As String
Get
Set
public:
property String^ TocParentId {
String^ get ();
void set (String^ value);
}
member TocParentId : string with get, set
Property Value
Type:
StringRemarks The default is "-1" to show the root topics in the root of the main table of
content.
See Also