Show / Hide Table of Contents

Class DeletedMetadata

Indicates that there used to be a file or folder at this path, but it no longer exists.

Inheritance
System.Object
Metadata
DeletedMetadata
Inherited Members
Metadata.IsFile
Metadata.AsFile
Metadata.IsFolder
Metadata.AsFolder
Metadata.IsDeleted
Metadata.AsDeleted
Metadata.Name
Metadata.PathLower
Metadata.PathDisplay
Metadata.ParentSharedFolderId
Metadata.PreviewUrl
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class DeletedMetadata : Metadata

Constructors

| Improve this Doc View Source

DeletedMetadata(String, String, String, String, String)

Initializes a new instance of the DeletedMetadata class.

Declaration
public DeletedMetadata(string name, string pathLower = null, string pathDisplay = null, string parentSharedFolderId = null, string previewUrl = null)
Parameters
Type Name Description
System.String name

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

System.String pathLower

The lowercased full path in the user's Dropbox. This always starts with a slash. This field will be null if the file or folder is not mounted.

System.String pathDisplay

The cased path to be used for display purposes only. In rare instances the casing will not correctly match the user's filesystem, but this behavior will match the path provided in the Core API v1, and at least the last path component will have the correct casing. Changes to only the casing of paths won't be returned by ListFolderContinueAsync(ListFolderContinueArg) ListFolderContinueAsync(ListFolderContinueArg). This field will be null if the file or folder is not mounted.

System.String parentSharedFolderId

Please use ParentSharedFolderId or ParentSharedFolderId instead.

System.String previewUrl

The preview URL of the file.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeletedMetadata(String, String, String, String, String)
Back to top Generated by DocFX