Show / Hide Table of Contents

Class Folder

Data structure representing a Paper folder.

Inheritance
System.Object
Folder
Inherited Members
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class Folder

Constructors

| Improve this Doc View Source

Folder(String, String)

Initializes a new instance of the Folder class.

Declaration
public Folder(string id, string name)
Parameters
Type Name Description
System.String id

Paper folder ID. This ID uniquely identifies the folder.

System.String name

Paper folder name.

Properties

| Improve this Doc View Source

Id

Paper folder ID. This ID uniquely identifies the folder.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Paper folder name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Folder(String, String)
  • Properties
    • Id
    • Name
Back to top Generated by DocFX