Initializes an instance of the OutputHtmlFiles class using the specified filePath as the base html page.
[Visual Basic]
Public Function New( _
ByVal filePath As String, _
ByVal htmlExport As HtmlExport _
)
[C#]
public OutputHtmlFiles(
string filePath,
HtmlExport htmlExport
);
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.
OutputHtmlFiles Class | OutputHtmlFiles Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.