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: 2024.2.18.0
public static class Constants
Inheritance
Object    Constants

Fields

AppNameThe application name
CompanyNameThe company name
ComponentsAndPlugInsFolder This folder is located under the CommonApplicationData folder and contains custom build components that can be added to a project.
DefaultPresentationStyleThe default presentation style
ProgramDataFolder The application folder in which the component and user data files are stored.

See Also