Formats the help URL, adding query-string parameters and a protocol (if missing).
Namespace: DotNetNuke.Common.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
string FormatHelpUrl( string HelpUrl, PortalSettings objPortalSettings, string Name ) |
Visual Basic |
---|
Function FormatHelpUrl ( HelpUrl As String, objPortalSettings As PortalSettings, Name 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.