Dropbox .NET SDK

Class FedHandshakeAction

The fed handshake action object

Inheritance
object
FedHandshakeAction
FedHandshakeAction.AcceptedInvite
FedHandshakeAction.CanceledInvite
FedHandshakeAction.InviteExpired
FedHandshakeAction.Invited
FedHandshakeAction.Other
FedHandshakeAction.RejectedInvite
FedHandshakeAction.RemovedTeam
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 FedHandshakeAction

Constructors

View Source

FedHandshakeAction()

Initializes a new instance of the FedHandshakeAction class.

Declaration
public FedHandshakeAction()

Properties

View Source

AsAcceptedInvite

Gets this instance as a AcceptedInvite, or null.

Declaration
public FedHandshakeAction.AcceptedInvite AsAcceptedInvite { get; }
Property Value
Type Description
FedHandshakeAction.AcceptedInvite
View Source

AsCanceledInvite

Gets this instance as a CanceledInvite, or null.

Declaration
public FedHandshakeAction.CanceledInvite AsCanceledInvite { get; }
Property Value
Type Description
FedHandshakeAction.CanceledInvite
View Source

AsInviteExpired

Gets this instance as a InviteExpired, or null.

Declaration
public FedHandshakeAction.InviteExpired AsInviteExpired { get; }
Property Value
Type Description
FedHandshakeAction.InviteExpired
View Source

AsInvited

Gets this instance as a Invited, or null.

Declaration
public FedHandshakeAction.Invited AsInvited { get; }
Property Value
Type Description
FedHandshakeAction.Invited
View Source

AsOther

Gets this instance as a Other, or null.

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

AsRejectedInvite

Gets this instance as a RejectedInvite, or null.

Declaration
public FedHandshakeAction.RejectedInvite AsRejectedInvite { get; }
Property Value
Type Description
FedHandshakeAction.RejectedInvite
View Source

AsRemovedTeam

Gets this instance as a RemovedTeam, or null.

Declaration
public FedHandshakeAction.RemovedTeam AsRemovedTeam { get; }
Property Value
Type Description
FedHandshakeAction.RemovedTeam
View Source

IsAcceptedInvite

Gets a value indicating whether this instance is AcceptedInvite

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

IsCanceledInvite

Gets a value indicating whether this instance is CanceledInvite

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

IsInviteExpired

Gets a value indicating whether this instance is InviteExpired

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

IsInvited

Gets a value indicating whether this instance is Invited

Declaration
public bool IsInvited { 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

IsRejectedInvite

Gets a value indicating whether this instance is RejectedInvite

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

IsRemovedTeam

Gets a value indicating whether this instance is RemovedTeam

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