Dropbox .NET SDK

Class DashEditedCommentInStackDetails

Edited a comment in a stack.

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

Constructors

View Source

DashEditedCommentInStackDetails(string, string, string, DashStackType)

Initializes a new instance of the DashEditedCommentInStackDetails class.

Declaration
public DashEditedCommentInStackDetails(string stackName, string stackItemName, string commentText, DashStackType stackType = null)
Parameters
Type Name Description
string stackName

The name of the stack where the comment exists.

string stackItemName

The name of the stack item that the comment is tied to.

string commentText

The text of the comment.

DashStackType stackType

The type of stack backend.

Properties

View Source

CommentText

The text of the comment.

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

StackItemName

The name of the stack item that the comment is tied to.

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

StackName

The name of the stack where the comment exists.

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

StackType

The type of stack backend.

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