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

SharePointClientDownloadData Class






Members 
Contains data for a SharePoint download stream.
Object Model
SharePointClientDownloadData Class
Syntax
public class SharePointClientDownloadData 
'Declaration
 
Public Class SharePointClientDownloadData 
'Usage
 
Dim instance As SharePointClientDownloadData
public sealed class SharePointClientDownloadData 
function Leadtools.SharePoint.Client.SharePointClientDownloadData()
public ref class SharePointClientDownloadData 
Remarks

Do not create an instance of the SharePointClientDownloadData class directly. Instead, get an instance of an object by using one of the following methods:

In either case, you can use the Stream property to access the stream containing the downloaded item data (buffer).

The ETag property contains the SharePoint ETag that identifies the version of the file. This is obtained directly from SharePoint and is not used by the SharePointClient class.

The SharePointClientDownloadData class implements the System.IDisposable interface. Follow the standard .NET dispose pattern when using the SharePointClientDownloadData class. For more information, refer to the System.IDisposable interface documentation in MSDN.

Note: Do not dispose of the object in the Stream property yourself. Instead, the object will be disposed of when you call dispose on the owner SharePointClientDownloadData class.

Example

For an example, refer to SharePointClient.GetDownloadStream and SharePointClient.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

SharePointClientDownloadData Members
Leadtools.SharePoint.Client Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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