Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectProductTitle Property
This is used to get or set the product title for the help viewer file

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

Property Value

Type: String
Remarks
The default if not specified will be the value of the HelpTitle property.
See Also