Formats the help URL, adding query-string parameters and a protocol (if missing).

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

Syntax

C#
string FormatHelpUrl(
	string HelpUrl,
	PortalSettings objPortalSettings,
	string Name,
	string Version
)
Visual Basic
Function FormatHelpUrl ( 
	HelpUrl As String,
	objPortalSettings As PortalSettings,
	Name As String,
	Version As String
) As String

Parameters

HelpUrl
Type: System..::..String
The help URL.
objPortalSettings
Type: DotNetNuke.Entities.Portals..::..PortalSettings
The portal settings.
Name
Type: System..::..String
The name of the module.
Version
Type: System..::..String
The version of the module.

Return Value

Formatted URL.

See Also