Class SharedFolderJoinPolicy
Policy governing which shared folders a team member can join.
Inheritance
SharedFolderJoinPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderJoinPolicy
Constructors
View SourceSharedFolderJoinPolicy()
Initializes a new instance of the SharedFolderJoinPolicy class.
Declaration
public SharedFolderJoinPolicy()
Properties
View SourceAsFromAnyone
Gets this instance as a FromAnyone, or null.
Declaration
public SharedFolderJoinPolicy.FromAnyone AsFromAnyone { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderJoinPolicy.FromAnyone |
AsFromTeamOnly
Gets this instance as a FromTeamOnly, or null.
Declaration
public SharedFolderJoinPolicy.FromTeamOnly AsFromTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderJoinPolicy.FromTeamOnly |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedFolderJoinPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedFolderJoinPolicy.Other |
IsFromAnyone
Gets a value indicating whether this instance is FromAnyone
Declaration
public bool IsFromAnyone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFromTeamOnly
Gets a value indicating whether this instance is FromTeamOnly
Declaration
public bool IsFromTeamOnly { 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 |