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 |
| bool | IncludeDeleted |
Gets whether deleted files should be included in the response. Default is |
| bool | IncludeHasExplicitSharedMembers |
If |
Methods
|
GetRequest()
(virtual)
|