Table of Contents

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 string

The 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

string

BlobPathSecured

An application-specific path in the file system where secured blobs are stored

public string BlobPathSecured { get; set; }

Property Value

string

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

string

BlobStorageLocation

An application-specific path in the file system that corresponds with the set BlobPath

public string BlobStorageLocation { get; set; }

Property Value

string

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

string

DatabaseConnection

The connection to the database that contains the data for this application

public AppConfiguration_Connection DatabaseConnection { get; set; }

Property Value

AppConfiguration_Connection

PID

The PID for the application

public string PID { get; set; }

Property Value

string