Sitecore 5.0 API

Settings.DataFolder Property

Gets the path to the data folder.

[Visual Basic]
Public Shared ReadOnly Property DataFolder As String
[C#]
public static string DataFolder {get;}

Property Value

Default value: "/data"

Remarks

The data folder is the place where data, index, audit and log files are stored.

The value can be a virtual or physical path.

See Also

Settings Class | Sitecore.Configuration Namespace