Dropbox .NET SDK

Class SharingFolderJoinPolicy

Policy for controlling if team members can join shared folders owned by non team members.

Inheritance
object
SharingFolderJoinPolicy
SharingFolderJoinPolicy.FromAnyone
SharingFolderJoinPolicy.FromTeamOnly
SharingFolderJoinPolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingFolderJoinPolicy

Constructors

View Source

SharingFolderJoinPolicy()

Initializes a new instance of the SharingFolderJoinPolicy class.

Declaration
public SharingFolderJoinPolicy()

Properties

View Source

AsFromAnyone

Gets this instance as a FromAnyone, or null.

Declaration
public SharingFolderJoinPolicy.FromAnyone AsFromAnyone { get; }
Property Value
Type Description
SharingFolderJoinPolicy.FromAnyone
View Source

AsFromTeamOnly

Gets this instance as a FromTeamOnly, or null.

Declaration
public SharingFolderJoinPolicy.FromTeamOnly AsFromTeamOnly { get; }
Property Value
Type Description
SharingFolderJoinPolicy.FromTeamOnly
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharingFolderJoinPolicy.Other AsOther { get; }
Property Value
Type Description
SharingFolderJoinPolicy.Other
View Source

IsFromAnyone

Gets a value indicating whether this instance is FromAnyone

Declaration
public bool IsFromAnyone { get; }
Property Value
Type Description
bool
View Source

IsFromTeamOnly

Gets a value indicating whether this instance is FromTeamOnly

Declaration
public bool IsFromTeamOnly { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK