Class InviteMethod
The invite method object
Inheritance
System.Object
InviteMethod
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 SourceInviteMethod()
Initializes a new instance of the InviteMethod class.
Declaration
public InviteMethod()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInviteLink
Gets a value indicating whether this instance is InviteLink
Declaration
public bool IsInviteLink { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberInvite
Gets a value indicating whether this instance is MemberInvite
Declaration
public bool IsMemberInvite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMovedFromAnotherTeam
Gets a value indicating whether this instance is MovedFromAnotherTeam
Declaration
public bool IsMovedFromAnotherTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |