Dropbox .NET SDK

Class InviteMethod

The invite method object

Inheritance
object
InviteMethod
InviteMethod.AutoApprove
InviteMethod.InviteLink
InviteMethod.MemberInvite
InviteMethod.MovedFromAnotherTeam
InviteMethod.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class InviteMethod

Constructors

View Source

InviteMethod()

Initializes a new instance of the InviteMethod class.

Declaration
public InviteMethod()

Properties

View Source

AsAutoApprove

Gets this instance as a AutoApprove, or null.

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

AsInviteLink

Gets this instance as a InviteLink, or null.

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

AsMemberInvite

Gets this instance as a MemberInvite, or null.

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

AsMovedFromAnotherTeam

Gets this instance as a MovedFromAnotherTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAutoApprove

Gets a value indicating whether this instance is AutoApprove

Declaration
public bool IsAutoApprove { get; }
Property Value
Type Description
bool
View Source

IsInviteLink

Gets a value indicating whether this instance is InviteLink

Declaration
public bool IsInviteLink { get; }
Property Value
Type Description
bool
View Source

IsMemberInvite

Gets a value indicating whether this instance is MemberInvite

Declaration
public bool IsMemberInvite { get; }
Property Value
Type Description
bool
View Source

IsMovedFromAnotherTeam

Gets a value indicating whether this instance is MovedFromAnotherTeam

Declaration
public bool IsMovedFromAnotherTeam { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK