Gets the desktop module path.

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

Syntax

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

Field Value

ApplicationPath + "/DesktopModules/"

See Also