Class ShowcaseEditedDetails
Edited showcase.
Inheritance
System.Object
ShowcaseEditedDetails
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 ShowcaseEditedDetails
Constructors
| Improve this Doc View SourceShowcaseEditedDetails(String)
Initializes a new instance of the ShowcaseEditedDetails class.
Declaration
public ShowcaseEditedDetails(string eventUuid)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventUuid | Event unique identifier. |
Properties
| Improve this Doc View SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |