Class SharedFolderJoinPolicy
Policy governing which shared folders a team member can join.
Inheritance
System.Object
SharedFolderJoinPolicy
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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderJoinPolicy
Constructors
| Improve this Doc View SourceSharedFolderJoinPolicy()
Initializes a new instance of the SharedFolderJoinPolicy class.
Declaration
public SharedFolderJoinPolicy()
Properties
| Improve this Doc 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 |
---|---|
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 |