Class InviteMethod
The invite method object
Inheritance
InviteMethod
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class InviteMethod
Constructors
View SourceInviteMethod()
Initializes a new instance of the InviteMethod class.
Declaration
public InviteMethod()
Properties
View SourceAsAutoApprove
Gets this instance as a AutoApprove, or null.
Declaration
public InviteMethod.AutoApprove AsAutoApprove { get; }
Property Value
| Type | Description |
|---|---|
| InviteMethod.AutoApprove |
AsInviteLink
Gets this instance as a InviteLink, or null.
Declaration
public InviteMethod.InviteLink AsInviteLink { get; }
Property Value
| Type | Description |
|---|---|
| InviteMethod.InviteLink |
AsMemberInvite
Gets this instance as a MemberInvite, or null.
Declaration
public InviteMethod.MemberInvite AsMemberInvite { get; }
Property Value
| Type | Description |
|---|---|
| InviteMethod.MemberInvite |
AsMovedFromAnotherTeam
Gets this instance as a MovedFromAnotherTeam, or null.
Declaration
public InviteMethod.MovedFromAnotherTeam AsMovedFromAnotherTeam { get; }
Property Value
| Type | Description |
|---|---|
| InviteMethod.MovedFromAnotherTeam |
AsOther
Gets this instance as a Other, or null.
Declaration
public InviteMethod.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| InviteMethod.Other |
IsAutoApprove
Gets a value indicating whether this instance is AutoApprove
Declaration
public bool IsAutoApprove { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInviteLink
Gets a value indicating whether this instance is InviteLink
Declaration
public bool IsInviteLink { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMemberInvite
Gets a value indicating whether this instance is MemberInvite
Declaration
public bool IsMemberInvite { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMovedFromAnotherTeam
Gets a value indicating whether this instance is MovedFromAnotherTeam
Declaration
public bool IsMovedFromAnotherTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |