Sandcastle Help File Builder Documentation
C#
VB
C++
F#
Show/Hide TOC
Toc
Entry
Collection
Load Method
This is used to load the table of contents entries from the site map file associated with the collection.
Definition
Namespace:
Sandcastle.Core.ConceptualContent
Assembly:
Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
C#
Copy
View Source
Request Example
public
void
Load
()
VB
Copy
View Source
Request Example
Public
Sub
Load
C++
Copy
View Source
Request Example
public
:
void
Load
()
F#
Copy
View Source
Request Example
member
Load
:
unit
->
unit
Exceptions
InvalidOperationException
This is thrown if a site map has not been associated with the collection.
See Also
Reference
TocEntryCollection Class
Sandcastle.Core.ConceptualContent Namespace
In This Article
Definition
Exceptions
See Also