Show / Hide Table of Contents

Class PaperDocExport

The paper doc export object

Inheritance
System.Object
RefPaperDoc
PaperDocExport
Inherited Members
RefPaperDoc.DocId
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 PaperDocExport : RefPaperDoc

Constructors

| Improve this Doc View Source

PaperDocExport(String, ExportFormat)

Initializes a new instance of the PaperDocExport class.

Declaration
public PaperDocExport(string docId, ExportFormat exportFormat)
Parameters
Type Name Description
System.String docId

The Paper doc ID.

ExportFormat exportFormat

The export format

Properties

| Improve this Doc View Source

ExportFormat

Gets the export format of the paper doc export

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