Show / Hide Table of Contents

Class GroupJoinPolicy

The group join policy object

Inheritance
System.Object
GroupJoinPolicy
GroupJoinPolicy.Open
GroupJoinPolicy.Other
GroupJoinPolicy.RequestToJoin
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 Source

GroupJoinPolicy()

Initializes a new instance of the GroupJoinPolicy class.

Declaration
public GroupJoinPolicy()

Properties

| Improve this Doc View Source

AsOpen

Gets this instance as a Open, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRequestToJoin

Gets this instance as a RequestToJoin, or null.

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

IsOpen

Gets a value indicating whether this instance is Open

Declaration
public bool IsOpen { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRequestToJoin

Gets a value indicating whether this instance is RequestToJoin

Declaration
public bool IsRequestToJoin { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupJoinPolicy()
  • Properties
    • AsOpen
    • AsOther
    • AsRequestToJoin
    • IsOpen
    • IsOther
    • IsRequestToJoin
Back to top Generated by DocFX