ISandcastle ProjectToc Parent Version Property
This read-only property is used to get the topic version of the TocParentId topic
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is "100" meaning "10.0"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string TocParentVersion { get; }VB
ReadOnly Property TocParentVersion As String
GetC++
property String^ TocParentVersion {
String^ get ();
}F#
abstract TocParentVersion : string with getProperty Value
StringThe default is "100" meaning "10.0"