Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectCatalogProductId Property
This is used to get or set the Product ID portion of the MS Help Viewer 1.0 Catalog ID.

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

Property Value

Type: String
Remarks
If not specified, the default is "VS".

The MS Help Viewer Catalog 1.0 ID is composed of the CatalogProductId the CatalogVersion, and the Language code. For example, the English Visual Studio 10 catalog is VS_100_EN-US.

Note Note
For styles other than VS2010, you should used the default value.
See Also