Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperFolderCreateResult

The paper folder create result object

Inheritance
object
PaperFolderCreateResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperFolderCreateResult

Constructors

View Source

PaperFolderCreateResult(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 Source

FolderId

Folder ID of the newly created folder.

Declaration
public string FolderId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK