Gets the BasePath for the files

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

Syntax

C#
protected string BasePath { get; set; }
Visual Basic
Protected Property BasePath As String
	Get
	Set

Field Value

A String

Remarks

The Base Path is relative to the WebRoot

See Also