Dropbox .NET SDK

Class PaperDocResolveCommentDetails

Resolved Paper doc comment.

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

Constructors

View Source

PaperDocResolveCommentDetails(string, string)

Initializes a new instance of the PaperDocResolveCommentDetails class.

Declaration
public PaperDocResolveCommentDetails(string eventUuid, string commentText = null)
Parameters
Type Name Description
string eventUuid

Event unique identifier.

string commentText

Comment text.

Properties

View Source

CommentText

Comment text.

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

EventUuid

Event unique identifier.

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