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

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

Syntax

C#
public void UpdateUrl(
	int PortalID,
	string Url,
	string UrlType,
	bool LogActivity,
	bool TrackClicks,
	int ModuleID,
	bool NewWindow
)
Visual Basic
Public Sub UpdateUrl ( 
	PortalID As Integer,
	Url As String,
	UrlType As String,
	LogActivity As Boolean,
	TrackClicks As Boolean,
	ModuleID As Integer,
	NewWindow As Boolean
)

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
Url
Type: System..::..String
paramUrlM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
UrlType
Type: System..::..String
paramUrlTypeM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
LogActivity
Type: System..::..Boolean
paramLogActivityM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
TrackClicks
Type: System..::..Boolean
paramTrackClicksM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
ModuleID
Type: System..::..Int32
paramModuleIDM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
NewWindow
Type: System..::..Boolean
paramNewWindowM:DotNetNuke.Common.Utilities.UrlController.UpdateUrl(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)

See Also