Error processing SSI file
LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Show in webframe

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

Error processing SSI file