Class PaperFolderCreateResult
The paper folder create result object
Inheritance
System.Object
PaperFolderCreateResult
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 PaperFolderCreateResult
Constructors
| Improve this Doc View SourcePaperFolderCreateResult(String)
Initializes a new instance of the PaperFolderCreateResult class.
Declaration
public PaperFolderCreateResult(string folderId)
Parameters
Type | Name | Description |
---|---|---|
System.String | folderId | Folder ID of the newly created folder. |
Properties
| Improve this Doc View SourceFolderId
Folder ID of the newly created folder.
Declaration
public string FolderId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |