Class GroupJoinPolicy
The group join policy object
Inheritance
GroupJoinPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupJoinPolicy
Constructors
View SourceGroupJoinPolicy()
Initializes a new instance of the GroupJoinPolicy class.
Declaration
public GroupJoinPolicy()
Properties
View SourceAsOpen
Gets this instance as a Open, or null.
Declaration
public GroupJoinPolicy.Open AsOpen { get; }
Property Value
| Type | Description |
|---|---|
| GroupJoinPolicy.Open |
AsOther
Gets this instance as a Other, or null.
Declaration
public GroupJoinPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GroupJoinPolicy.Other |
AsRequestToJoin
Gets this instance as a RequestToJoin, or null.
Declaration
public GroupJoinPolicy.RequestToJoin AsRequestToJoin { get; }
Property Value
| Type | Description |
|---|---|
| GroupJoinPolicy.RequestToJoin |
IsOpen
Gets a value indicating whether this instance is Open
Declaration
public bool IsOpen { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRequestToJoin
Gets a value indicating whether this instance is RequestToJoin
Declaration
public bool IsRequestToJoin { get; }
Property Value
| Type | Description |
|---|---|
| bool |