LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

SourceStream Property

Show in webframe





Gets the source stream.
Syntax
public Stream SourceStream {get;}
'Declaration
 
Public ReadOnly Property SourceStream As Stream
'Usage
 
Dim instance As SharePointClientUploadCompletedEventArgs
Dim value As Stream
 
value = instance.SourceStream

            

            
public:
property Stream^ SourceStream {
   Stream^ get();
}

Property Value

The source stream.
Remarks

This is the same value as the sourceStream parameter passed to UploadStreamAsync if this method is used to initiate the upload operation. If UploadFileAsync was used instead, then the value of this property will be null ( Nothing in Visual Basic)

Example

For an example, refer to UploadStreamAsync.

Requirements

Target Platforms

See Also

Reference

SharePointClientUploadCompletedEventArgs Class
SharePointClientUploadCompletedEventArgs Members

 

 


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