DropboxListFolderResult Class
Version 1.0.0-beta001
.NET Framework 4.7
| Namespace | Skybrud.Social.Dropbox.Models.Files |
|---|---|
| Assembly | Skybrud.Social.Dropbox.dll |
| Visibility | Public |
| Inheritance |
Class representing the result of a request to get the contents of a Dropbox folder.
public class DropboxListFolderResult : DropboxObject { }
Properties
| Type | Name | Summary |
|---|---|---|
| Array of DropboxMetadata | Entries |
Gets an array with the files and (direct) subfolders in the folder. |
| String | Cursor |
Gets the cursor. |
| bool | HasMore |
If |
| JObject | JObject (inherited from JsonObjectBase) |
Methods
|
Parse(JObject)
(static)
Gets an instance of DropboxListFolderResult from the specified |