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