Gets the online help url.

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

Syntax

C#
public static string GetOnLineHelp(
	string HelpUrl,
	ModuleInfo moduleConfig
)
Visual Basic
Public Shared Function GetOnLineHelp ( 
	HelpUrl As String,
	moduleConfig As ModuleInfo
) As String

Parameters

HelpUrl
Type: System..::..String
The help URL.
moduleConfig
Type: DotNetNuke.Entities.Modules..::..ModuleInfo
The module config.

Return Value

url.

See Also