DropboxFolderMetadata Class

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

Class representing the metadata of a Dropbox folder.

public class DropboxFolderMetadata : DropboxMetadata { }

Properties

Type Name Summary
DropboxFolderSharingInfo SharingInfo

Gets sharing information about the folder or a parent folder is shared.

String Name (inherited from DropboxMetadata)

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

String Id (inherited from DropboxMetadata)

Gets a unique identifier for the file or folder.

String PathLower (inherited from DropboxMetadata)

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

String PathDisplay (inherited from DropboxMetadata)

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

JObject JObject (inherited from JsonObjectBase)