Show / Hide Table of Contents

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 Source

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

FolderId

Folder ID of the newly created folder.

Declaration
public string FolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperFolderCreateResult(String)
  • Properties
    • FolderId
Back to top Generated by DocFX