[This is preliminary documentation and is subject to change.]

Download the file to the browser

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static ReturnStatus DownloadFile(
	string fileName,
	string filePath
)
Visual Basic (Declaration)
Public Shared Function DownloadFile ( _
	fileName As String, _
	filePath As String _
) As ReturnStatus
Visual C++
public:
static ReturnStatus DownloadFile(
	String^ fileName, 
	String^ filePath
)

Parameters

fileName
Type: System..::.String
The name of the file
filePath
Type: System..::.String
The complete filepath including the filename

Return Value

true if successful, false if the file does not exists

See Also