Getting started
Exporting
- Export quick start
- Examples
- Help compilers
- What are LDEC files
- Customising the export
- Creating your own LDEC files
API
Documentation(String)
Initialises an instance of the Documentation class.
Namespace: TheBoxSoftware.API.LiveDocumenterAssembly: TheBoxSoftware.API.LiveDocumenter in (TheBoxSoftware.API.LiveDocumenter.dll)
Syntax
C#
public Documentation( string forDocument )
Parameters
forDocument
StringThe documentation file to manage.
Exceptions
System.ArgumentException
Thrown when the provided parameter forDocument is null or empty.