DownloadResource Method
Description
Downloads the specified resource to the client.
Syntax
Visual Basic
Public Function DownloadResource( _
   ByVal resourcePath As String, _
   ByVal synchronize As Boolean _
) As String
Parameters
resourcePath
The client path to which to download the resource. If the path is an empty string, the resource is downloaded to the client cache.
synchronize
If True, the operation is synchronous.
Remarks
Set QCResource.FileName before uploading or downloading a resource.
See Also