LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)
LEAD Technologies, Inc

DestinationData Property






Gets the download destination stream data.
Syntax
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();
}

Property Value

The download destination stream data.
Remarks

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.

Example

For an example, refer to GetDownloadStreamAsync.

Requirements

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

See Also

Reference

SharePointClientDownloadCompletedEventArgs Class
SharePointClientDownloadCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.