Class GroupJoinPolicy
The group join policy object
Inheritance
System.Object
GroupJoinPolicy
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupJoinPolicy
Constructors
| Improve this Doc View SourceGroupJoinPolicy()
Initializes a new instance of the GroupJoinPolicy class.
Declaration
public GroupJoinPolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequestToJoin
Gets a value indicating whether this instance is RequestToJoin
Declaration
public bool IsRequestToJoin { get; }
Property Value
Type | Description |
---|---|
System.Boolean |