LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

SourceUri Property

Show in webframe





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:
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

See Also

Reference

SharePointClientDownloadCompletedEventArgs Class
SharePointClientDownloadCompletedEventArgs Members

 

 


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