MessageClientDownloadThumbnail 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)
Syntax public void DownloadThumbnail(
RemoteFile file,
string to,
Action<SparkApiEventArgs<string>> completionHandler
)
Parameters
- file
- Type: SparkSDKRemoteFile
The RemoteFile object - to
- Type: SystemString
The local file directory for saving downloaded file. - completionHandler
- Type: SystemActionSparkApiEventArgsString
The full path of the downloaded file.
See Also