Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedFolderJoinPolicy.FromAnyone

Team members can join any shared folder, including those shared by users outside the team.

Inheritance
object
SharedFolderJoinPolicy
SharedFolderJoinPolicy.FromAnyone
Inherited Members
SharedFolderJoinPolicy.IsFromTeamOnly
SharedFolderJoinPolicy.AsFromTeamOnly
SharedFolderJoinPolicy.IsFromAnyone
SharedFolderJoinPolicy.AsFromAnyone
SharedFolderJoinPolicy.IsOther
SharedFolderJoinPolicy.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public sealed class SharedFolderJoinPolicy.FromAnyone : SharedFolderJoinPolicy

Fields

View Source

Instance

A singleton instance of FromAnyone

Declaration
public static readonly SharedFolderJoinPolicy.FromAnyone Instance
Field Value
Type Description
SharedFolderJoinPolicy.FromAnyone
  • View Source
In this article
Back to top Dropbox .NET SDK