Dropbox .NET SDK

Class StackCrossTeamAccessPolicy

Policy for whether a team's content can be reached via Stacks owned by other teams

Inheritance
object
StackCrossTeamAccessPolicy
StackCrossTeamAccessPolicy.Allowed
StackCrossTeamAccessPolicy.Default
StackCrossTeamAccessPolicy.Disallowed
StackCrossTeamAccessPolicy.Other
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 StackCrossTeamAccessPolicy

Constructors

View Source

StackCrossTeamAccessPolicy()

Initializes a new instance of the StackCrossTeamAccessPolicy class.

Declaration
public StackCrossTeamAccessPolicy()

Properties

View Source

AsAllowed

Gets this instance as a Allowed, or null.

Declaration
public StackCrossTeamAccessPolicy.Allowed AsAllowed { get; }
Property Value
Type Description
StackCrossTeamAccessPolicy.Allowed
View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public StackCrossTeamAccessPolicy.Default AsDefault { get; }
Property Value
Type Description
StackCrossTeamAccessPolicy.Default
View Source

AsDisallowed

Gets this instance as a Disallowed, or null.

Declaration
public StackCrossTeamAccessPolicy.Disallowed AsDisallowed { get; }
Property Value
Type Description
StackCrossTeamAccessPolicy.Disallowed
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAllowed

Gets a value indicating whether this instance is Allowed

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

IsDefault

Gets a value indicating whether this instance is Default

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

IsDisallowed

Gets a value indicating whether this instance is Disallowed

Declaration
public bool IsDisallowed { 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
In this article
Back to top Dropbox .NET SDK