Class ShowcaseEditCommentDetails
Edited showcase comment.
Inheritance
System.Object
ShowcaseEditCommentDetails
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 ShowcaseEditCommentDetails
Constructors
| Improve this Doc View SourceShowcaseEditCommentDetails(String, String)
Initializes a new instance of the ShowcaseEditCommentDetails class.
Declaration
public ShowcaseEditCommentDetails(string eventUuid, string commentText = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventUuid | Event unique identifier. |
System.String | commentText | Comment text. |
Properties
| Improve this Doc View SourceCommentText
Comment text.
Declaration
public string CommentText { 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 |