Class PaperDocDownloadDetails
Downloaded Paper doc in specific format.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocDownloadDetails
Constructors
View SourcePaperDocDownloadDetails(string, PaperDownloadFormat)
Initializes a new instance of the PaperDocDownloadDetails class.
Declaration
public PaperDocDownloadDetails(string eventUuid, PaperDownloadFormat exportFileFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventUuid | Event unique identifier. |
| PaperDownloadFormat | exportFileFormat | Export file format. |
Properties
View SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ExportFileFormat
Export file format.
Declaration
public PaperDownloadFormat ExportFileFormat { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperDownloadFormat |