Dropbox .NET SDK

Class GroupJoinPolicy

The group join policy object

Inheritance
object
GroupJoinPolicy
GroupJoinPolicy.Open
GroupJoinPolicy.Other
GroupJoinPolicy.RequestToJoin
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 GroupJoinPolicy

Constructors

View Source

GroupJoinPolicy()

Initializes a new instance of the GroupJoinPolicy class.

Declaration
public GroupJoinPolicy()

Properties

View Source

AsOpen

Gets this instance as a Open, or null.

Declaration
public GroupJoinPolicy.Open AsOpen { get; }
Property Value
Type Description
GroupJoinPolicy.Open
View Source

AsOther

Gets this instance as a Other, or null.

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

AsRequestToJoin

Gets this instance as a RequestToJoin, or null.

Declaration
public GroupJoinPolicy.RequestToJoin AsRequestToJoin { get; }
Property Value
Type Description
GroupJoinPolicy.RequestToJoin
View Source

IsOpen

Gets a value indicating whether this instance is Open

Declaration
public bool IsOpen { 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

IsRequestToJoin

Gets a value indicating whether this instance is RequestToJoin

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