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

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

Syntax

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

Field Value

A String

See Also