Checks the desktop modules whether is installed.

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string CheckDesktopModulesInstalled(
	XPathNavigator nav
)
Visual Basic
Public Shared Function CheckDesktopModulesInstalled ( 
	nav As XPathNavigator
) As String

Parameters

nav
Type: System.Xml.XPath..::..XPathNavigator
The nav.

Return Value

Empty string if the module hasn't been installed, otherwise return the frind name.

See Also