Show / Hide Table of Contents

Class PaperDocCreateArgs

The paper doc create args object

Inheritance
System.Object
PaperDocCreateArgs
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 PaperDocCreateArgs

Constructors

| Improve this Doc View Source

PaperDocCreateArgs(ImportFormat, String)

Initializes a new instance of the PaperDocCreateArgs class.

Declaration
public PaperDocCreateArgs(ImportFormat importFormat, string parentFolderId = null)
Parameters
Type Name Description
ImportFormat importFormat

The format of provided data.

System.String parentFolderId

The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown.

Properties

| Improve this Doc View Source

ImportFormat

The format of provided data.

Declaration
public ImportFormat ImportFormat { get; protected set; }
Property Value
Type Description
ImportFormat
| Improve this Doc View Source

ParentFolderId

The Paper folder ID where the Paper document should be created. The API user has to have write access to this folder or error is thrown.

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