LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

DestinationData Property

Show in webframe





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:
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 DownloadCompleted event.

Example

For an example, refer to GetDownloadStreamAsync.

Requirements

Target Platforms

See Also

Reference

SharePointClientDownloadCompletedEventArgs Class
SharePointClientDownloadCompletedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.