\Aculab\WebServicesWrapperFolderListResult

The result of a folder list.

Summary

Methods
Properties
Constants
getFiles()
getFolders()
getStartAfter()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getFiles()

getFiles() : array

Get the files.

Returns

array —

Returns an array of FileDetails objects.

getFolders()

getFolders() : array

Get the folders.

Note that is always empty if folder_view is false in the listFiles request.

Returns

array —

Returns an array of folder names as strings.

getStartAfter()

getStartAfter() : string|null

Get the startafter name.

Returns

string|null