DropboxListFolderOptions Class
Version 1.0.0-beta001
.NET Framework 4.7
Namespace | Skybrud.Social.Dropbox.Options.Files |
---|---|
Assembly | Skybrud.Social.Dropbox.dll |
Visibility | Public |
Interfaces | IHttpRequestOptions |
Inheritance | Object |
Options for request to get the contents of a Dropbox folder.
public class DropboxListFolderOptions : IHttpRequestOptions { }
Properties
Type | Name | Summary |
---|---|---|
String | Path |
Gets or sets the path of a Dropbox folder. |
bool | IncludeDeleted |
If |
int | Limit |
Gets or sets the maximum number of results to return per request. Note: This is an approximate number and
there can be slightly more entries returned in some cases. This field is optional. Minimum allowed value is
|
Methods
GetRequest()
(virtual)
|