DropboxGetMetadataOptions 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 a request to get metadata about a Dropbox file or folder.

public class DropboxGetMetadataOptions : IHttpRequestOptions { }

Properties

Type Name Summary
String Path

Gets or sets the path of a file or folder on Dropbox.

bool IncludeMediaInfo

If true, media information will be available for photos and videos. Default is false.

bool IncludeDeleted

Gets whether deleted files should be included in the response. Default is false.

bool IncludeHasExplicitSharedMembers

If true, the results will include a flag for each file indicating whether or not that file has any explicit members. Default is false.

Methods

GetRequest() (virtual)