Class SharingFolderJoinPolicy
Policy for controlling if team members can join shared folders owned by non team members.
Inheritance
System.Object
SharingFolderJoinPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingFolderJoinPolicy
Constructors
| Improve this Doc View SourceSharingFolderJoinPolicy()
Initializes a new instance of the SharingFolderJoinPolicy class.
Declaration
public SharingFolderJoinPolicy()
Properties
| Improve this Doc 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 |
|---|---|
| System.Boolean |
IsFromTeamOnly
Gets a value indicating whether this instance is FromTeamOnly
Declaration
public bool IsFromTeamOnly { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |