Dropbox .NET SDK

Class FileEditCommentDetails

Edited file comment.

Inheritance
object
FileEditCommentDetails
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 FileEditCommentDetails

Constructors

View Source

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

CommentText

Comment text.

Declaration
public string CommentText { get; protected set; }
Property Value
Type Description
string
View Source

PreviousCommentText

Previous comment text.

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