Click or drag to resize

MessageClientDownloadThumbnail Method

Download a file thumbnail, save the thumbnail to pointed destination.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void DownloadThumbnail(
	RemoteFile file,
	string to,
	Action<WebexApiEventArgs<string>> completionHandler
)

Parameters

file
Type: WebexSDKRemoteFile
The RemoteFile object
to
Type: SystemString
The local file directory for saving downloaded file.
completionHandler
Type: SystemActionWebexApiEventArgsString
The full path of the downloaded file.
See Also