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

Downloads the file

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

Syntax

C#
public static void Download(
	string fileName,
	string str,
	string contentType
)
Visual Basic (Declaration)
Public Shared Sub Download ( _
	fileName As String, _
	str As String, _
	contentType As String _
)
Visual C++
public:
static void Download(
	String^ fileName, 
	String^ str, 
	String^ contentType
)

Parameters

fileName
Type: System..::.String
The name of the file
str
Type: System..::.String
The file data in the string
contentType
Type: System..::.String
The content type of the file

See Also