Gets the Physical Path to the root of the Site (eg D:\Websites\DotNetNuke")

Namespace: DotNetNuke.Services.Installer
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string PhysicalSitePath { get; private set; }
Visual Basic
Public Property PhysicalSitePath As String
	Get
	Private Set

Field Value

A String

See Also