HTML
-
class HTML
The HTML class contains objects used for exporting Communicator powered HTML files.
-
class File
The File class provides functions to export HTML files.
Public Static Functions
-
static void Export(KeyPath const &in_key_path, char const *in_file_name, char const *in_template_name)
Performs an synchronous export of the specified HTML file with the provided template. May throw an IOException if a problem occurs during export.
-
static void Export(KeyPath const &in_key_path, char const *in_file_name, char const *in_template_name)
-
class File