Dropbox .NET SDK

Class FileUnlikeCommentDetails

Unliked file comment.

Inheritance
object
FileUnlikeCommentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileUnlikeCommentDetails

Constructors

View Source

FileUnlikeCommentDetails(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 Source

CommentText

Comment text.

Declaration
public string CommentText { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK