Class FedHandshakeAction
The fed handshake action object
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FedHandshakeAction
Constructors
| Improve this Doc View SourceFedHandshakeAction()
Initializes a new instance of the FedHandshakeAction class.
Declaration
public FedHandshakeAction()
Properties
| Improve this Doc View SourceAsAcceptedInvite
Gets this instance as a AcceptedInvite, or null
.
Declaration
public FedHandshakeAction.AcceptedInvite AsAcceptedInvite { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.AcceptedInvite |
AsCanceledInvite
Gets this instance as a CanceledInvite, or null
.
Declaration
public FedHandshakeAction.CanceledInvite AsCanceledInvite { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.CanceledInvite |
AsInvited
Gets this instance as a Invited, or null
.
Declaration
public FedHandshakeAction.Invited AsInvited { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.Invited |
AsInviteExpired
Gets this instance as a InviteExpired, or null
.
Declaration
public FedHandshakeAction.InviteExpired AsInviteExpired { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.InviteExpired |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FedHandshakeAction.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.Other |
AsRejectedInvite
Gets this instance as a RejectedInvite, or null
.
Declaration
public FedHandshakeAction.RejectedInvite AsRejectedInvite { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.RejectedInvite |
AsRemovedTeam
Gets this instance as a RemovedTeam, or null
.
Declaration
public FedHandshakeAction.RemovedTeam AsRemovedTeam { get; }
Property Value
Type | Description |
---|---|
FedHandshakeAction.RemovedTeam |
IsAcceptedInvite
Gets a value indicating whether this instance is AcceptedInvite
Declaration
public bool IsAcceptedInvite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCanceledInvite
Gets a value indicating whether this instance is CanceledInvite
Declaration
public bool IsCanceledInvite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInviteExpired
Gets a value indicating whether this instance is InviteExpired
Declaration
public bool IsInviteExpired { 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 |
IsRejectedInvite
Gets a value indicating whether this instance is RejectedInvite
Declaration
public bool IsRejectedInvite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemovedTeam
Gets a value indicating whether this instance is RemovedTeam
Declaration
public bool IsRemovedTeam { get; }
Property Value
Type | Description |
---|---|
System.Boolean |