View Source
Class SystemDirectories
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class SystemDirectories
Properties
View Source
AppCode
Declaration
public static string AppCode { get; }
Property Value
Type |
Description |
System.String |
|
View Source
AppPluginIcons
Declaration
public static string AppPluginIcons { get; }
Property Value
Type |
Description |
System.String |
|
View Source
AppPlugins
Declaration
public static string AppPlugins { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Bin
Declaration
public static string Bin { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Config
Declaration
public static string Config { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Css
Declaration
public static string Css { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Data
Declaration
public static string Data { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Install
Declaration
public static string Install { get; }
Property Value
Type |
Description |
System.String |
|
View Source
LogFiles
Declaration
public static string LogFiles { get; }
Property Value
Type |
Description |
System.String |
|
View Source
MacroPartials
Declaration
public static string MacroPartials { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public static string Media { get; }
Property Value
Type |
Description |
System.String |
|
View Source
MvcViews
Declaration
public static string MvcViews { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Packages
Declaration
public static string Packages { get; }
Property Value
Type |
Description |
System.String |
|
View Source
PartialViews
Declaration
public static string PartialViews { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Preview
Declaration
public static string Preview { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Root
Gets the root path of the application
Declaration
public static string Root { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Scripts
Declaration
public static string Scripts { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TempData
Declaration
public static string TempData { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TempFileUploads
Declaration
public static string TempFileUploads { get; }
Property Value
Type |
Description |
System.String |
|
View Source
TempImageUploads
Declaration
public static string TempImageUploads { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Umbraco
Declaration
public static string Umbraco { get; }
Property Value
Type |
Description |
System.String |
|