Class FileUnlikeCommentDetails
Unliked file comment.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileUnlikeCommentDetails
Constructors
View SourceFileUnlikeCommentDetails(string)
Initializes a new instance of the FileUnlikeCommentDetails class.
Declaration
public FileUnlikeCommentDetails(string commentText = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | commentText | Comment text. |
Properties
View SourceCommentText
Comment text.
Declaration
public string CommentText { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |