summaryM:DotNetNuke.Common.Utilities.UrlController.GetUrl(System.Int32,System.String)

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

Syntax

C#
public UrlInfo GetUrl(
	int PortalID,
	string Url
)
Visual Basic
Public Function GetUrl ( 
	PortalID As Integer,
	Url As String
) As UrlInfo

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Common.Utilities.UrlController.GetUrl(System.Int32,System.String)
Url
Type: System..::..String
paramUrlM:DotNetNuke.Common.Utilities.UrlController.GetUrl(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.UrlController.GetUrl(System.Int32,System.String)

See Also