Gets Link click url.

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

Syntax

C#
string LinkClick(
	string Link,
	int TabID,
	int ModuleID,
	bool TrackClicks,
	bool ForceDownload,
	int PortalId,
	bool EnableUrlLanguage,
	string portalGuid
)
Visual Basic
Function LinkClick ( 
	Link As String,
	TabID As Integer,
	ModuleID As Integer,
	TrackClicks As Boolean,
	ForceDownload As Boolean,
	PortalId As Integer,
	EnableUrlLanguage As Boolean,
	portalGuid As String
) As String

Parameters

Link
Type: System..::..String
The link
TabID
Type: System..::..Int32
The Tab ID
ModuleID
Type: System..::..Int32
The Module ID
TrackClicks
Type: System..::..Boolean
Check whether it has to track clicks
ForceDownload
Type: System..::..Boolean
Check whether it has to force the download
PortalId
Type: System..::..Int32
The Portal ID
EnableUrlLanguage
Type: System..::..Boolean
Check whether the portal has enabled ulr languages
portalGuid
Type: System..::..String
The Portal GUID

Return Value

returnsM:DotNetNuke.Common.Internal.IGlobals.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)

See Also