Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

SetUploadStream Method

Sets the stream to be uploaded to the server.

Syntax

[VB.NET]
Public Sub SetUploadStream(ByVal UploadStream As System.IO.Stream)
[C#]
public void SetUploadStream(System.IO.Stream uploadStream);

Remarks

This method should be set when an object is to be created from a stream prior to calling UpdateEntry or CustomRequest (when using a 'POST' or 'PUT' HTTP method).

By default and when this value is set to null, the component will use the file specified by LocalFile or the data contained within ResourceData (if LocalFile is set to empty string) to create a document. However when a valid stream is specified, the data will be read from the stream.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0