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