Show / Hide Table of Contents

Class SharedFolderJoinPolicy

Policy governing which shared folders a team member can join.

Inheritance
System.Object
SharedFolderJoinPolicy
SharedFolderJoinPolicy.FromAnyone
SharedFolderJoinPolicy.FromTeamOnly
SharedFolderJoinPolicy.Other
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 Source

SharedFolderJoinPolicy()

Initializes a new instance of the SharedFolderJoinPolicy class.

Declaration
public SharedFolderJoinPolicy()

Properties

| Improve this Doc View Source

AsFromAnyone

Gets this instance as a FromAnyone, or null.

Declaration
public SharedFolderJoinPolicy.FromAnyone AsFromAnyone { get; }
Property Value
Type Description
SharedFolderJoinPolicy.FromAnyone
| Improve this Doc View Source

AsFromTeamOnly

Gets this instance as a FromTeamOnly, or null.

Declaration
public SharedFolderJoinPolicy.FromTeamOnly AsFromTeamOnly { get; }
Property Value
Type Description
SharedFolderJoinPolicy.FromTeamOnly
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharedFolderJoinPolicy.Other AsOther { get; }
Property Value
Type Description
SharedFolderJoinPolicy.Other
| Improve this Doc View Source

IsFromAnyone

Gets a value indicating whether this instance is FromAnyone

Declaration
public bool IsFromAnyone { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFromTeamOnly

Gets a value indicating whether this instance is FromTeamOnly

Declaration
public bool IsFromTeamOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedFolderJoinPolicy()
  • Properties
    • AsFromAnyone
    • AsFromTeamOnly
    • AsOther
    • IsFromAnyone
    • IsFromTeamOnly
    • IsOther
Back to top Generated by DocFX