Class ShowcasePostCommentDetails
Added showcase comment.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ShowcasePostCommentDetails
Constructors
View SourceShowcasePostCommentDetails(string, string)
Initializes a new instance of the ShowcasePostCommentDetails class.
Declaration
public ShowcasePostCommentDetails(string eventUuid, string commentText = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | eventUuid | Event unique identifier. |
| string | commentText | Comment text. |
Properties
View SourceCommentText
Comment text.
Declaration
public string CommentText { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
EventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |