DestinationData Property

Summary
Gets the download destination stream data.
Syntax
C#
VB
C++
public SharePointClientDownloadData DestinationData { get; } 
  
Public ReadOnly Property DestinationData As SharePointClientDownloadData 
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 VB).

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.