←Select platform

DestinationData Property

Summary

Gets the download destination stream data.

Syntax

C#
VB
C++
public SharePointClientDownloadData DestinationData { get; } 
  
Public ReadOnly Property DestinationData As Leadtools.Sharepoint.Client.SharePointClientDownloadData 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.