Getting started
Exporting
- Export quick start
- Examples
- Help compilers
- What are LDEC files
- Customising the export
- Creating your own LDEC files
API
GetTableOfContents()
Obtains the details of the Entries for the currently loaded documentation.
Namespace: TheBoxSoftware.API.LiveDocumenterAssembly: TheBoxSoftware.API.LiveDocumenter in (TheBoxSoftware.API.LiveDocumenter.dll)
Syntax
C#
public TableOfContents GetTableOfContents()
Returns
Exceptions
System.InvalidOperationException
Thrown when the Load method was not called, call the Load method first.