Get the File Id value contained in a Link Click Url

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
int GetFileIdFromLinkClick(
	NameValueCollection queryParams
)
Visual Basic
Function GetFileIdFromLinkClick ( 
	queryParams As NameValueCollection
) As Integer

Parameters

queryParams
Type: System.Collections.Specialized..::..NameValueCollection
Query string parameters collection from a Link Click url

Return Value

A File Id (or -1 if no File Id could be extracted from the query string parameters)

See Also