More...

Inheritance diagram for HPS.HTML.File:

Public Member Functions

virtual void Dispose ()
 
 File (HPS.HTML.File in_that)
 

Static Public Member Functions

static void Export (HPS.KeyPath in_key_path, string in_file_name, string 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. More...
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The File class provides functions to export HTML files.

Member Function Documentation

◆ Export()

static void HPS.HTML.File.Export ( HPS.KeyPath  in_key_path,
string  in_file_name,
string  in_template_name 
)
inlinestatic

Performs an synchronous export of the specified HTML file with the provided template. May throw an IOException if a problem occurs during export.

Parameters
in_key_pathThe KeyPath containing the data to export.
in_file_nameThe name of the file to write the HTML data to. This filename should be a fully-qualified path, otherwise the export may fail.
in_template_nameThe name of HTML template to use during export.

The documentation for this class was generated from the following file:
  • internals/hps_sprk_html/source/cs/HPS.HTML.cs