MessageClientDownloadFile Method |
Download a file object, save the file to pointed destination.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void DownloadFile(
RemoteFile file,
string to,
Action<WebexApiEventArgs<int>> progressHandler
)
Parameters
- file
- Type: WebexSDKRemoteFile
The RemoteFile object need to be downloaded. - to
- Type: SystemString
The local file directory for saving downloaded file. - progressHandler
- Type: SystemActionWebexApiEventArgsInt32
The download progress indicator.
See Also