Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

CreateFolder Method

This method creates a new folder.

Syntax

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

Remarks

This method creates a new folder and returns the Id of the newly created folder.

Google treats files and folders in the same way. Folders are included when listing files with ListResources. The ResourceType property can be used to determine if a file is a folder or a file. To list, delete, or update a folder use the ListResources, DeleteResource, and UpdateResource methods.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]