Gets or sets the install path.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string InstallPath { get; }
Visual Basic
Public Shared ReadOnly Property InstallPath As String
	Get

Field Value

ApplicationPath + "/Install/"

See Also