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

forDocumentString
The documentation file to manage.

Exceptions

System.ArgumentException
Thrown when the provided parameter forDocument is null or empty.