DropboxListFolderResponse Class
Version 1.0.0-beta001
.NET Framework 4.7
| Namespace | Skybrud.Social.Dropbox.Responses.Files |
|---|---|
| Assembly | Skybrud.Social.Dropbox.dll |
| Visibility | Public |
| Inheritance |
|
Class representing the response of a request to get the contents of a Dropbox folder.
public class DropboxListFolderResponse : DropboxResponse<T> { }
Properties
| Type | Name | Summary |
|---|---|---|
| DropboxListFolderResult |
Body
(inherited from DropboxResponse<T>)
|
|
| IHttpResponse | Response (inherited from HttpResponseBase) | |
| HttpStatusCode | StatusCode (inherited from HttpResponseBase) | |
| String | StatusDescription (inherited from HttpResponseBase) | |
| String | Method (inherited from HttpResponseBase) | |
| String | ContentType (inherited from HttpResponseBase) | |
| IHttpHeaderCollection | Headers (inherited from HttpResponseBase) |
Methods
|
Parse(IHttpResponse)
(static)
Parses the specified |