Cloud Storage Integrator 2016 macOS Edition
Cloud Storage Integrator 2016 macOS Edition
Questions / Feedback?

resourceType (property)

Indicates whether the current entry is a folder or a file.

- (int)resourceType

- (void)setResourceType:(int)newResourceType

Possible Values

RT_FILE(0), RT_FOLDER(1)

Default Value

0

Remarks

This property indicates whether the current entry specified by ResourceIndex is a folder or a file.

Possible values are:

0 (rtFile) A file.
1 (rtFolder) A 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 macOS Edition - Version 16.0 [Build 7239]