Class PaperFolderCreateResult
The paper folder create result object
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperFolderCreateResult
Constructors
View SourcePaperFolderCreateResult(string)
Initializes a new instance of the PaperFolderCreateResult class.
Declaration
public PaperFolderCreateResult(string folderId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | folderId | Folder ID of the newly created folder. |
Properties
View SourceFolderId
Folder ID of the newly created folder.
Declaration
public string FolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |