Class PaperDocDeleteCommentDetails
Deleted Paper doc comment.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocDeleteCommentDetails
Constructors
View SourcePaperDocDeleteCommentDetails(string, string)
Initializes a new instance of the PaperDocDeleteCommentDetails class.
Declaration
public PaperDocDeleteCommentDetails(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 |