summaryM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsLinkClickURLFormat(System.String,System.Collections.Specialized.NameValueCollection,DotNetNuke.Services.FileSystem.IFileInfo@)

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

Syntax

C#
public static bool IsLinkClickURLFormat(
	string requestPath,
	NameValueCollection requestQueryString,
	out IFileInfo fileRequested
)
Visual Basic
Public Shared Function IsLinkClickURLFormat ( 
	requestPath As String,
	requestQueryString As NameValueCollection,
	<OutAttribute> ByRef fileRequested As IFileInfo
) As Boolean

Parameters

requestPath
Type: System..::..String
paramrequestPathM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsLinkClickURLFormat(System.String,System.Collections.Specialized.NameValueCollection,DotNetNuke.Services.FileSystem.IFileInfo@)
requestQueryString
Type: System.Collections.Specialized..::..NameValueCollection
paramrequestQueryStringM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsLinkClickURLFormat(System.String,System.Collections.Specialized.NameValueCollection,DotNetNuke.Services.FileSystem.IFileInfo@)
fileRequested
Type: DotNetNuke.Services.FileSystem..::..IFileInfo%
paramfileRequestedM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsLinkClickURLFormat(System.String,System.Collections.Specialized.NameValueCollection,DotNetNuke.Services.FileSystem.IFileInfo@)

Return Value

returnsM:DotNetNuke.Services.FileSystem.FileUrlHelper.IsLinkClickURLFormat(System.String,System.Collections.Specialized.NameValueCollection,DotNetNuke.Services.FileSystem.IFileInfo@)

See Also