Gets the name (path) of the folder where the package is installed

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

Syntax

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

Field Value

A string

See Also