[]
Initializes an instance of the OutputHtmlFiles class using the specified filePath as the base html page.
public OutputHtmlFiles(string filePath, HtmlExport htmlExport)
Type | Name | Description |
---|---|---|
string | filePath | The file path to the main/starting HTML page. Other file names (such as linked in images and table of contents pages) will use this filepath as a prefix. |
HtmlExport | htmlExport | The parent HtmlExport object this object is working with. |
When this class is created, it demands permission to write files in the parent folder of the specified file.
If permision is not granted, a SecurityException will be thrown.