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