Show / Hide Table of Contents

Class PaperDocDownloadDetails

Downloaded Paper doc in specific format.

Inheritance
System.Object
PaperDocDownloadDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocDownloadDetails

Constructors

| Improve this Doc View Source

PaperDocDownloadDetails(String, PaperDownloadFormat)

Initializes a new instance of the PaperDocDownloadDetails class.

Declaration
public PaperDocDownloadDetails(string eventUuid, PaperDownloadFormat exportFileFormat)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

PaperDownloadFormat exportFileFormat

Export file format.

Properties

| Improve this Doc View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExportFileFormat

Export file format.

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