Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal filePath As System.String, _ ByVal htmlExport As HtmlExport _ ) |
C# | |
---|---|
public OutputHtmlFiles( System.string filePath, HtmlExport htmlExport ) |
Parameters
- filePath
- The file path to the main or starting HTML page. Other created files (such as linked images and table of contents pages) will use this file path as a prefix.
- htmlExport
- The parent HtmlExport object with which this object is working.
When this class is created, it demands permission to write files in the parent folder of the specified file. If permission is not granted, a SecurityException is thrown.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2