Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.SharePoint.Client Namespace > SharePointClientUploadCompletedEventArgs Class : SourceStream Property |
public Stream SourceStream {get;}
'Declaration Public ReadOnly Property SourceStream As Stream
'Usage Dim instance As SharePointClientUploadCompletedEventArgs Dim value As Stream value = instance.SourceStream
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)
For an example, refer to UploadStreamAsync.