Class StackCrossTeamAccessPolicy
Policy for whether a team's content can be reached via Stacks owned by other teams
Inheritance
StackCrossTeamAccessPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class StackCrossTeamAccessPolicy
Constructors
View SourceStackCrossTeamAccessPolicy()
Initializes a new instance of the StackCrossTeamAccessPolicy class.
Declaration
public StackCrossTeamAccessPolicy()
Properties
View SourceAsAllowed
Gets this instance as a Allowed, or null.
Declaration
public StackCrossTeamAccessPolicy.Allowed AsAllowed { get; }
Property Value
| Type | Description |
|---|---|
| StackCrossTeamAccessPolicy.Allowed |
AsDefault
Gets this instance as a Default, or null.
Declaration
public StackCrossTeamAccessPolicy.Default AsDefault { get; }
Property Value
| Type | Description |
|---|---|
| StackCrossTeamAccessPolicy.Default |
AsDisallowed
Gets this instance as a Disallowed, or null.
Declaration
public StackCrossTeamAccessPolicy.Disallowed AsDisallowed { get; }
Property Value
| Type | Description |
|---|---|
| StackCrossTeamAccessPolicy.Disallowed |
AsOther
Gets this instance as a Other, or null.
Declaration
public StackCrossTeamAccessPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| StackCrossTeamAccessPolicy.Other |
IsAllowed
Gets a value indicating whether this instance is Allowed
Declaration
public bool IsAllowed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDisallowed
Gets a value indicating whether this instance is Disallowed
Declaration
public bool IsDisallowed { 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 |