Constants Class
This class holds a set of constants that define various application values such as the application name,
common data folder locations, etc.
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static class ConstantsVB
Public NotInheritable Class ConstantsC++
public ref class Constants abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Constants = class end- Inheritance
- Object Constants
Fields
| AppName | The application name |
| CompanyName | The company name |
| ComponentsAndPlugInsFolder | This folder is located under the CommonApplicationData folder and contains custom build components that can be added to a project. |
| DefaultPresentationStyle | The default presentation style |
| ProgramDataFolder | The application folder in which the component and user data files are stored. |