Toc Entry CollectionLoad 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void Load()VB
Public Sub LoadC++
public:
void Load()F#
member Load : unit -> unit Exceptions
| InvalidOperationException | This is thrown if a site map has not been associated with the collection. |