SandcastleProjectCatalogVersion Property

This read-only property is used to get the Version portion of the MS Help Viewer 1.0 Catalog ID

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string CatalogVersion { get; }

Property Value

String
If not specified, the default is "100"

Remarks

The MS Help Viewer 1.0 Catalog 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

You should typically used the default value

See Also