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

SourceUri Property






Gets the URI of the source item being downloaded.
Syntax
public Uri SourceUri {get;}
'Declaration
 
Public ReadOnly Property SourceUri As Uri
'Usage
 
Dim instance As SharePointClientDownloadCompletedEventArgs
Dim value As Uri
 
value = instance.SourceUri
public Uri SourceUri {get;}
 get_SourceUri(); 
public:
property Uri^ SourceUri {
   Uri^ get();
}

Property Value

the source item being downloaded.
Remarks

This is the same value as the sourceUri parameter passed to DownloadFileAsync or GetDownloadStreamAsync method.

Example

For an example, refer to DownloadFileAsync or 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.