summaryM:DotNetNuke.Common.Internal.GlobalsImpl.FriendlyUrl(DotNetNuke.Entities.Tabs.TabInfo,System.String,System.String,System.String)

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

Syntax

C#
public string FriendlyUrl(
	TabInfo tab,
	string path,
	string pageName,
	string portalAlias
)
Visual Basic
Public Function FriendlyUrl ( 
	tab As TabInfo,
	path As String,
	pageName As String,
	portalAlias As String
) As String

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
paramtabM:DotNetNuke.Common.Internal.GlobalsImpl.FriendlyUrl(DotNetNuke.Entities.Tabs.TabInfo,System.String,System.String,System.String)
path
Type: System..::..String
parampathM:DotNetNuke.Common.Internal.GlobalsImpl.FriendlyUrl(DotNetNuke.Entities.Tabs.TabInfo,System.String,System.String,System.String)
pageName
Type: System..::..String
parampageNameM:DotNetNuke.Common.Internal.GlobalsImpl.FriendlyUrl(DotNetNuke.Entities.Tabs.TabInfo,System.String,System.String,System.String)
portalAlias
Type: System..::..String
paramportalAliasM:DotNetNuke.Common.Internal.GlobalsImpl.FriendlyUrl(DotNetNuke.Entities.Tabs.TabInfo,System.String,System.String,System.String)

Return Value

returnsM:DotNetNuke.Common.Internal.GlobalsImpl.FriendlyUrl(DotNetNuke.Entities.Tabs.TabInfo,System.String,System.String,System.String)

Implements

IGlobals..::..FriendlyUrl(TabInfo, String, String, String)

See Also