Class SharingFolderJoinPolicy
Policy for controlling if team members can join shared folders owned by non team members.
Inheritance
SharingFolderJoinPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingFolderJoinPolicy
Constructors
View SourceSharingFolderJoinPolicy()
Initializes a new instance of the SharingFolderJoinPolicy class.
Declaration
public SharingFolderJoinPolicy()
Properties
View SourceAsFromAnyone
Gets this instance as a FromAnyone, or null.
Declaration
public SharingFolderJoinPolicy.FromAnyone AsFromAnyone { get; }
Property Value
| Type | Description |
|---|---|
| SharingFolderJoinPolicy.FromAnyone |
AsFromTeamOnly
Gets this instance as a FromTeamOnly, or null.
Declaration
public SharingFolderJoinPolicy.FromTeamOnly AsFromTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| SharingFolderJoinPolicy.FromTeamOnly |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharingFolderJoinPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharingFolderJoinPolicy.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 |