ISandcastle ProjectCatalog Name Property
This read-only property is used to get a non-standard MS Help Viewer 2.x content catalog name
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not specified, the default will be set based on the Visual Studio version catalog related to the Help Viewer (VisualStudio12 for Visual Studio 2013 for example).
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string CatalogName { get; }VB
ReadOnly Property CatalogName As String
GetC++
property String^ CatalogName {
String^ get ();
}F#
abstract CatalogName : string with getProperty Value
StringIf not specified, the default will be set based on the Visual Studio version catalog related to the Help Viewer (VisualStudio12 for Visual Studio 2013 for example).