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

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

Syntax

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

Parameters

PortalID
Type: System..::..Int32
paramPortalIDM:DotNetNuke.Common.Utilities.UrlController.UpdateUrlTracking(System.Int32,System.String,System.Int32,System.Int32)
Url
Type: System..::..String
paramUrlM:DotNetNuke.Common.Utilities.UrlController.UpdateUrlTracking(System.Int32,System.String,System.Int32,System.Int32)
ModuleId
Type: System..::..Int32
paramModuleIdM:DotNetNuke.Common.Utilities.UrlController.UpdateUrlTracking(System.Int32,System.String,System.Int32,System.Int32)
UserID
Type: System..::..Int32
paramUserIDM:DotNetNuke.Common.Utilities.UrlController.UpdateUrlTracking(System.Int32,System.String,System.Int32,System.Int32)

See Also