Class DashAddedCommentToStackDetails
Added a comment to a stack.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashAddedCommentToStackDetails
Constructors
View SourceDashAddedCommentToStackDetails(string, string, string, DashStackType)
Initializes a new instance of the DashAddedCommentToStackDetails class.
Declaration
public DashAddedCommentToStackDetails(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 SourceCommentText
The text of the comment.
Declaration
public string CommentText { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
StackName
The name of the stack where the comment exists.
Declaration
public string StackName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
StackType
The type of stack backend.
Declaration
public DashStackType StackType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DashStackType |