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