Class ShowcaseFileDownloadDetails
Downloaded file from showcase.
Inheritance
System.Object
ShowcaseFileDownloadDetails
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 ShowcaseFileDownloadDetails
Constructors
| Improve this Doc View SourceShowcaseFileDownloadDetails(String, String)
Initializes a new instance of the ShowcaseFileDownloadDetails class.
Declaration
public ShowcaseFileDownloadDetails(string eventUuid, string downloadType)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventUuid | Event unique identifier. |
System.String | downloadType | Showcase download type. |
Properties
| Improve this Doc View SourceDownloadType
Showcase download type.
Declaration
public string DownloadType { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
EventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |