DropboxFilesEndpoint.ListFolder method
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.Endpoints |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
ListFolder()
Gets the contents of the root folder of the authenticated user.
public DropboxListFolderResponse ListFolder()
Returns
An instance of DropboxListFolderResponse representing the response.
ListFolder(string)
Gets the contents of the folder matching the specified path
.
public DropboxListFolderResponse ListFolder(string path)
Parameters
path
String
The path of the folder.
Returns
An instance of DropboxListFolderResponse representing the response.
ListFolder(DropboxListFolderOptions)
Gets the contents of a Dropbox folder.
public DropboxListFolderResponse ListFolder(DropboxListFolderOptions options)
Parameters
options
DropboxListFolderOptions
The options for the request to the Dropbox API.
Returns
An instance of DropboxListFolderResponse representing the response.