Sitecore 5.0 API

Settings.PackagePath Property

Specifies the path where package files are located.

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

Property Value

Default value: MakePath(DataFolder, "packages")

Remarks

When installing packages, the package files must be located in this folder.

Also, when generating new packages, the files will be saved in this folder.

See Also

Settings Class | Sitecore.Configuration Namespace