Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectHtmlHelpName Property
This is used to get or set the name of the compiled help file. Do not include a path or the extension. For MS Help 2 builds, this is also used as the collection namespace name (avoid spaces).

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string HtmlHelpName { get; set; }

Property Value

Type: String
See Also