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