summaryM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)

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

Syntax

C#
public string LinkClick(
	string link,
	int tabID,
	int moduleID,
	bool trackClicks,
	bool forceDownload,
	int portalId,
	bool enableUrlLanguage,
	string portalGuid
)
Visual Basic
Public 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
paramlinkM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
tabID
Type: System..::..Int32
paramtabIDM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
moduleID
Type: System..::..Int32
parammoduleIDM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
trackClicks
Type: System..::..Boolean
paramtrackClicksM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
forceDownload
Type: System..::..Boolean
paramforceDownloadM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
enableUrlLanguage
Type: System..::..Boolean
paramenableUrlLanguageM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)
portalGuid
Type: System..::..String
paramportalGuidM:DotNetNuke.Common.Internal.GlobalsImpl.LinkClick(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Int32,System.Boolean,System.String)

Return Value

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

Implements

IGlobals..::..LinkClick(String, Int32, Int32, Boolean, Boolean, Int32, Boolean, String)

See Also