Gets Link click url.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string LinkClick( string Link, int TabID, int ModuleID, bool TrackClicks, bool ForceDownload ) |
Visual Basic |
---|
Public Shared Function LinkClick ( Link As String, TabID As Integer, ModuleID As Integer, TrackClicks As Boolean, ForceDownload As Boolean ) 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].