Class ShowcaseFileDownloadDetails
Downloaded file from showcase.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShowcaseFileDownloadDetails
Constructors
View SourceShowcaseFileDownloadDetails(string, string)
Initializes a new instance of the ShowcaseFileDownloadDetails class.
Declaration
public ShowcaseFileDownloadDetails(string eventUuid, string downloadType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventUuid | Event unique identifier. |
| string | downloadType | Showcase download type. |
Properties
View SourceDownloadType
Showcase download type.
Declaration
public string DownloadType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
EventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |