IAssetFile.Download Method
Downloads the represented file to the specified destination path.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Sub Download ( _
destinationPath As String _
)
'Usage
Dim instance As IAssetFile
Dim destinationPath As String
instance.Download(destinationPath)
void Download(
string destinationPath
)
void Download(
String^ destinationPath
)
abstract Download :
destinationPath:string -> unit
function Download(
destinationPath : String
)
Parameters
- destinationPath
Type: System.String
The path to download the file to.