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