Class DashAddedLinkToStackDetails
Added a link to a stack.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashAddedLinkToStackDetails
Constructors
View SourceDashAddedLinkToStackDetails(string, string, DashStackType)
Initializes a new instance of the DashAddedLinkToStackDetails class.
Declaration
public DashAddedLinkToStackDetails(string stackName, string stackItemLink, DashStackType stackType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | stackName | The name of the stack. |
| string | stackItemLink | The link to the item in the stack. |
| DashStackType | stackType | The type of stack backend. |
Properties
View SourceStackItemLink
The link to the item in the stack.
Declaration
public string StackItemLink { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
StackName
The name of the stack.
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 |