Show / Hide Table of Contents

Class InviteMethod

The invite method object

Inheritance
System.Object
InviteMethod
InviteMethod.AutoApprove
InviteMethod.InviteLink
InviteMethod.MemberInvite
InviteMethod.MovedFromAnotherTeam
InviteMethod.Other
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 InviteMethod

Constructors

| Improve this Doc View Source

InviteMethod()

Initializes a new instance of the InviteMethod class.

Declaration
public InviteMethod()

Properties

| Improve this Doc View Source

AsAutoApprove

Gets this instance as a AutoApprove, or null.

Declaration
public InviteMethod.AutoApprove AsAutoApprove { get; }
Property Value
Type Description
InviteMethod.AutoApprove
| Improve this Doc View Source

AsInviteLink

Gets this instance as a InviteLink, or null.

Declaration
public InviteMethod.InviteLink AsInviteLink { get; }
Property Value
Type Description
InviteMethod.InviteLink
| Improve this Doc View Source

AsMemberInvite

Gets this instance as a MemberInvite, or null.

Declaration
public InviteMethod.MemberInvite AsMemberInvite { get; }
Property Value
Type Description
InviteMethod.MemberInvite
| Improve this Doc View Source

AsMovedFromAnotherTeam

Gets this instance as a MovedFromAnotherTeam, or null.

Declaration
public InviteMethod.MovedFromAnotherTeam AsMovedFromAnotherTeam { get; }
Property Value
Type Description
InviteMethod.MovedFromAnotherTeam
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsAutoApprove

Gets a value indicating whether this instance is AutoApprove

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

IsInviteLink

Gets a value indicating whether this instance is InviteLink

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

IsMemberInvite

Gets a value indicating whether this instance is MemberInvite

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

IsMovedFromAnotherTeam

Gets a value indicating whether this instance is MovedFromAnotherTeam

Declaration
public bool IsMovedFromAnotherTeam { 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
In This Article
  • Constructors
    • InviteMethod()
  • Properties
    • AsAutoApprove
    • AsInviteLink
    • AsMemberInvite
    • AsMovedFromAnotherTeam
    • AsOther
    • IsAutoApprove
    • IsInviteLink
    • IsMemberInvite
    • IsMovedFromAnotherTeam
    • IsOther
Back to top Generated by DocFX