Dropbox .NET SDK

Class DashStackType

The type of stack backend

Inheritance
object
DashStackType
DashStackType.Cypress
DashStackType.Other
DashStackType.ReferenceContainer
DashStackType.Unknown
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 DashStackType

Constructors

View Source

DashStackType()

Initializes a new instance of the DashStackType class.

Declaration
public DashStackType()

Properties

View Source

AsCypress

Gets this instance as a Cypress, or null.

Declaration
public DashStackType.Cypress AsCypress { get; }
Property Value
Type Description
DashStackType.Cypress
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DashStackType.Other AsOther { get; }
Property Value
Type Description
DashStackType.Other
View Source

AsReferenceContainer

Gets this instance as a ReferenceContainer, or null.

Declaration
public DashStackType.ReferenceContainer AsReferenceContainer { get; }
Property Value
Type Description
DashStackType.ReferenceContainer
View Source

AsUnknown

Gets this instance as a Unknown, or null.

Declaration
public DashStackType.Unknown AsUnknown { get; }
Property Value
Type Description
DashStackType.Unknown
View Source

IsCypress

Gets a value indicating whether this instance is Cypress

Declaration
public bool IsCypress { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsReferenceContainer

Gets a value indicating whether this instance is ReferenceContainer

Declaration
public bool IsReferenceContainer { get; }
Property Value
Type Description
bool
View Source

IsUnknown

Gets a value indicating whether this instance is Unknown

Declaration
public bool IsUnknown { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK