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
synchronize
If True, the operation is synchronous.
See Also