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 SharePointClientDownloadData DestinationData {get;}
get_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 Leadtools.SharePoint.Client.SharePointClient.DownloadCompleted event.
For an example, refer to GetDownloadStreamAsync.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2