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

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

Syntax

C#
public void DeleteUrl(
	int PortalID,
	string Url
)
Visual Basic
Public Sub DeleteUrl ( 
	PortalID As Integer,
	Url As String
)

Parameters

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

See Also