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

UploadFile Method

Uploads a new file.

Syntax

[VB.NET]
Public Function UploadFile(ByVal fileTitle As String) As String
[C#]
public string UploadFile(string fileTitle);

Remarks

This method uploads a new file.

If SetUploadStream is called the specified stream will take priority as the file data source.. If LocalFile is set the file will be uploaded from the specified path. If LocalFile is not set the data in ResourceData will be used.

The title specified by the FileTitle parameter should include a file extension.

Before calling this method set ResourceIndex to -1 to clear the existing selection. The follow properties may also optionally be set:

This method returns the Id of the newly created file.

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