Show / Hide Table of Contents

Class FileEditCommentDetails

Edited file comment.

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

Constructors

| Improve this Doc 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
System.String previousCommentText

Previous comment text.

System.String commentText

Comment text.

Properties

| Improve this Doc View Source

CommentText

Comment text.

Declaration
public string CommentText { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousCommentText

Previous comment text.

Declaration
public string PreviousCommentText { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileEditCommentDetails(String, String)
  • Properties
    • CommentText
    • PreviousCommentText
Back to top Generated by DocFX