Class Folder
Data structure representing a Paper folder.
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class Folder
Constructors
View SourceFolder(string, string)
Initializes a new instance of the Folder class.
Declaration
public Folder(string id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | Paper folder ID. This ID uniquely identifies the folder. |
| string | name | Paper folder name. |
Properties
View SourceId
Paper folder ID. This ID uniquely identifies the folder.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Paper folder name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |