MessageClient.DownloadThumbnail Method |
Download a file thumbnail, save the thumbnail to pointed destination.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void DownloadThumbnail(
RemoteFile file,
string to,
Action<SparkApiEventArgs<string>> completionHandler
)
Parameters
- file
- Type: SparkSDK.RemoteFile
The RemoteFile object - to
- Type: System.String
The local file directory for saving downloaded file. - completionHandler
- Type: System.Action<SparkApiEventArgs<String>>
The full path of the downloaded file.
See Also