| SandcastleProjectHtmlHelp1xCompilerPath Property |
This is used to get or set the path to the HTML Help 1 compiler
(HHC.EXE).
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public FolderPath HtmlHelp1xCompilerPath { get; set; }
Public Property HtmlHelp1xCompilerPath As FolderPath
Get
Set
public:
property FolderPath^ HtmlHelp1xCompilerPath {
FolderPath^ get ();
void set (FolderPath^ value);
}
member HtmlHelp1xCompilerPath : FolderPath with get, set
Property Value
Type:
FolderPathYou only need to set this if the builder cannot determine
the path for itself.
See Also