Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.SharePoint.Client Namespace > SharePointClientDownloadCompletedEventArgs Class : DestinationData Property |
public SharePointClientDownloadData DestinationData {get;}
'Declaration Public ReadOnly Property DestinationData As SharePointClientDownloadData
'Usage Dim instance As SharePointClientDownloadCompletedEventArgs Dim value As SharePointClientDownloadData value = instance.DestinationData
public: property SharePointClientDownloadData^ DestinationData { SharePointClientDownloadData^ get(); }
This property contains a SharePointClientDownloadData object that contains the download stream information if GetDownloadStreamAsync was called to initiate the download. If DownloadFileAsync was used to initiate the download, then the value of this property will be null (Nothing in Visual Basic).
Note: You are responsible for calling System.IDisposable.Dispose on DestinationData if you subscribe to the DownloadCompleted event.
For an example, refer to GetDownloadStreamAsync.