summaryM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void AddUrlTracking(
	int PortalID,
	string Url,
	string UrlType,
	bool LogActivity,
	bool TrackClicks,
	int ModuleID,
	bool NewWindow
)
Visual Basic
Public Overridable Sub AddUrlTracking ( 
	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.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
Url
Type: System..::..String
paramUrlM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
UrlType
Type: System..::..String
paramUrlTypeM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
LogActivity
Type: System..::..Boolean
paramLogActivityM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
TrackClicks
Type: System..::..Boolean
paramTrackClicksM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
ModuleID
Type: System..::..Int32
paramModuleIDM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)
NewWindow
Type: System..::..Boolean
paramNewWindowM:DotNetNuke.Data.DataProvider.AddUrlTracking(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Int32,System.Boolean)

See Also