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 true, the results will include entries for files and folders that used to exist but were deleted. Default is false.

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 1 - maximum allowed value is 2000.

Methods

GetRequest() (virtual)