Gets Link click url.

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

Syntax

C#
public static string LinkClick(
	string Link,
	int TabID,
	int ModuleID,
	bool TrackClicks,
	bool ForceDownload,
	int PortalId,
	bool EnableUrlLanguage,
	string portalGuid
)
Visual Basic
Public Shared 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
if set to true [track clicks].
ForceDownload
Type: System..::..Boolean
if set to true [force download].
PortalId
Type: System..::..Int32
The portal id.
EnableUrlLanguage
Type: System..::..Boolean
if set to true [enable URL language].
portalGuid
Type: System..::..String
The portal GUID.

Return Value

Formatted url.

See Also