HtmlPath - cLocalWebControlHost
Determines the path to AppHtml
Type: Function
Return Data Type: String
Syntax
Function HtmlPath Returns String
Call Example
Get HtmlPath to StringVariable
Description
This function is called during initialization of the control host to determine the path to the folder containing the HTML and JavaScript.
This path is mapped to the virtual url configured via psVirtualHostName. The default implementation queries the workspace object for the psAppHtml path, override this function to customize that behavior.
Return Value
The path to AppHtml