Dropbox .NET SDK

Class DashStackSharingScope

The stack sharing scope

Inheritance
object
DashStackSharingScope
DashStackSharingScope.Invited
DashStackSharingScope.Other
DashStackSharingScope.Public
DashStackSharingScope.Team
DashStackSharingScope.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 DashStackSharingScope

Constructors

View Source

DashStackSharingScope()

Initializes a new instance of the DashStackSharingScope class.

Declaration
public DashStackSharingScope()

Properties

View Source

AsInvited

Gets this instance as a Invited, or null.

Declaration
public DashStackSharingScope.Invited AsInvited { get; }
Property Value
Type Description
DashStackSharingScope.Invited
View Source

AsOther

Gets this instance as a Other, or null.

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

AsPublic

Gets this instance as a Public, or null.

Declaration
public DashStackSharingScope.Public AsPublic { get; }
Property Value
Type Description
DashStackSharingScope.Public
View Source

AsTeam

Gets this instance as a Team, or null.

Declaration
public DashStackSharingScope.Team AsTeam { get; }
Property Value
Type Description
DashStackSharingScope.Team
View Source

AsUnknown

Gets this instance as a Unknown, or null.

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

IsInvited

Gets a value indicating whether this instance is Invited

Declaration
public bool IsInvited { 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

IsPublic

Gets a value indicating whether this instance is Public

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

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { 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