Class Path
Provides a set of constants representing common path strings used in the application.
Inherited Members
Namespace: DataWeb.App
Assembly: DataWeb.Core.dll
Syntax
public static class Path
Fields
Data
Represents the path to the application's data folder.
Declaration
public const string Data = "\\App_Data\\"
Field Value
Type | Description |
---|---|
string |
Logs
Represents the path to the application's log files folder.
Declaration
public const string Logs = "\\App_Data\\Logs\\"
Field Value
Type | Description |
---|---|
string |
Root
Represents the root path of the application.
Declaration
public const string Root = "\\"
Field Value
Type | Description |
---|---|
string |
Thumbnails
Represents the path to the application's thumbnail images folder.
Declaration
public const string Thumbnails = "\\App_Data\\Thumbnails\\"
Field Value
Type | Description |
---|---|
string |
Uploads
Represents the path to the application's uploads folder.
Declaration
public const string Uploads = "\\App_Data\\Uploads\\"
Field Value
Type | Description |
---|---|
string |