Dropbox .NET SDK

Class ShowcaseFileDownloadDetails

Downloaded file from showcase.

Inheritance
object
ShowcaseFileDownloadDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShowcaseFileDownloadDetails

Constructors

View Source

ShowcaseFileDownloadDetails(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 Source

DownloadType

Showcase download type.

Declaration
public string DownloadType { get; protected set; }
Property Value
Type Description
string
View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK