Dropbox .NET SDK

Class DashRemovedLinkFromStackDetails

Removed a link from a stack.

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

Constructors

View Source

DashRemovedLinkFromStackDetails(string, string, DashStackType)

Initializes a new instance of the DashRemovedLinkFromStackDetails class.

Declaration
public DashRemovedLinkFromStackDetails(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 Source

StackItemLink

The link to the item in the stack.

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

StackName

The name of the stack.

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