Class AppConfiguration_ApplicationSettings
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class stores the specific settings of an application in a project
public class AppConfiguration_ApplicationSettings
- Inheritance
-
AppConfiguration_ApplicationSettings
- Inherited Members
- Extension Methods
Constructors
AppConfiguration_ApplicationSettings(string)
This constructor creates application-settings specific for a PID. Use '*' for default settings
public AppConfiguration_ApplicationSettings(string PID)
Parameters
PID
stringThe PID to create the settings for
Properties
BlobPath
An application-specific path where blobs are stored, relative to the webroot
public string BlobPath { get; set; }
Property Value
BlobPathSecured
An application-specific path in the file system where secured blobs are stored
public string BlobPathSecured { get; set; }
Property Value
BlobPathSecured_Backup
An application-specific path in the file system where backups of secured blobs are stored. Is likely to be on another disk or server then the primary path.
public string BlobPathSecured_Backup { get; set; }
Property Value
BlobStorageLocation
An application-specific path in the file system that corresponds with the set BlobPath
public string BlobStorageLocation { get; set; }
Property Value
BlobStorageLocation_Backup
An application-specific path in the file system where backups of unsecured blobs are stored. Is likely to be on another disk or server then the primary path.
public string BlobStorageLocation_Backup { get; set; }
Property Value
DatabaseConnection
The connection to the database that contains the data for this application
public AppConfiguration_Connection DatabaseConnection { get; set; }
Property Value
PID
The PID for the application
public string PID { get; set; }