Class DashDeletedCommentFromStackDetails
Deleted a comment from a stack.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashDeletedCommentFromStackDetails
Constructors
View SourceDashDeletedCommentFromStackDetails(string, string, DashStackType)
Initializes a new instance of the DashDeletedCommentFromStackDetails class.
Declaration
public DashDeletedCommentFromStackDetails(string stackName, string stackItemName, 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. |
| DashStackType | stackType | The type of stack backend. |
Properties
View SourceStackItemName
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 |