Moved directly from FileManager code, probably should make extension lookup more generic

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.")]
public static void DownloadFile(
	string fileLoc
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.")> 
Public Shared Sub DownloadFile ( 
	fileLoc As String
)

Parameters

fileLoc
Type: System..::..String
File Location

Remarks