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 SourceFolder(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 SourceId
Paper folder ID. This ID uniquely identifies the folder.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Paper folder name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |