Class DashStackSharingScope
The stack sharing scope
Inheritance
DashStackSharingScope
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashStackSharingScope
Constructors
View SourceDashStackSharingScope()
Initializes a new instance of the DashStackSharingScope class.
Declaration
public DashStackSharingScope()
Properties
View SourceAsInvited
Gets this instance as a Invited, or null.
Declaration
public DashStackSharingScope.Invited AsInvited { get; }
Property Value
| Type | Description |
|---|---|
| DashStackSharingScope.Invited |
AsOther
Gets this instance as a Other, or null.
Declaration
public DashStackSharingScope.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DashStackSharingScope.Other |
AsPublic
Gets this instance as a Public, or null.
Declaration
public DashStackSharingScope.Public AsPublic { get; }
Property Value
| Type | Description |
|---|---|
| DashStackSharingScope.Public |
AsTeam
Gets this instance as a Team, or null.
Declaration
public DashStackSharingScope.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| DashStackSharingScope.Team |
AsUnknown
Gets this instance as a Unknown, or null.
Declaration
public DashStackSharingScope.Unknown AsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| DashStackSharingScope.Unknown |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnknown
Gets a value indicating whether this instance is Unknown
Declaration
public bool IsUnknown { get; }
Property Value
| Type | Description |
|---|---|
| bool |