DropboxMetadata Class

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Models.Files
Assembly Skybrud.Social.Dropbox.dll
Visibility Public
Inheritance

Base class for metadata of Dropbox files and folders.

public class DropboxMetadata : DropboxObject { }

Properties

Type Name Summary
String Name

Gets the last component of the path (including extension). This never contains a slash.

String Id

Gets a unique identifier for the file or folder.

String PathLower

Gets the lowercased full path in the user's Dropbox. This always starts with a slash.

String PathDisplay

Gets the cased path to be used for display purposes only.

JObject JObject (inherited from JsonObjectBase)

Methods

Parse(JObject) (static)

Gets an instance of DropboxMetadata from the specified obj.