Show / Hide Table of Contents

Class MemberRequestsPolicy

The member requests policy object

Inheritance
System.Object
MemberRequestsPolicy
MemberRequestsPolicy.AutoAccept
MemberRequestsPolicy.Disabled
MemberRequestsPolicy.Other
MemberRequestsPolicy.RequireApproval
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 MemberRequestsPolicy

Constructors

| Improve this Doc View Source

MemberRequestsPolicy()

Initializes a new instance of the MemberRequestsPolicy class.

Declaration
public MemberRequestsPolicy()

Properties

| Improve this Doc View Source

AsAutoAccept

Gets this instance as a AutoAccept, or null.

Declaration
public MemberRequestsPolicy.AutoAccept AsAutoAccept { get; }
Property Value
Type Description
MemberRequestsPolicy.AutoAccept
| Improve this Doc View Source

AsDisabled

Gets this instance as a Disabled, or null.

Declaration
public MemberRequestsPolicy.Disabled AsDisabled { get; }
Property Value
Type Description
MemberRequestsPolicy.Disabled
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRequireApproval

Gets this instance as a RequireApproval, or null.

Declaration
public MemberRequestsPolicy.RequireApproval AsRequireApproval { get; }
Property Value
Type Description
MemberRequestsPolicy.RequireApproval
| Improve this Doc View Source

IsAutoAccept

Gets a value indicating whether this instance is AutoAccept

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

IsDisabled

Gets a value indicating whether this instance is Disabled

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

IsRequireApproval

Gets a value indicating whether this instance is RequireApproval

Declaration
public bool IsRequireApproval { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberRequestsPolicy()
  • Properties
    • AsAutoAccept
    • AsDisabled
    • AsOther
    • AsRequireApproval
    • IsAutoAccept
    • IsDisabled
    • IsOther
    • IsRequireApproval
Back to top Generated by DocFX