Show / Hide Table of Contents

Class FedHandshakeAction

The fed handshake action object

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

Constructors

| Improve this Doc View Source

FedHandshakeAction()

Initializes a new instance of the FedHandshakeAction class.

Declaration
public FedHandshakeAction()

Properties

| Improve this Doc View Source

AsAcceptedInvite

Gets this instance as a AcceptedInvite, or null.

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

AsCanceledInvite

Gets this instance as a CanceledInvite, or null.

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

AsInvited

Gets this instance as a Invited, or null.

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

AsInviteExpired

Gets this instance as a InviteExpired, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRejectedInvite

Gets this instance as a RejectedInvite, or null.

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

AsRemovedTeam

Gets this instance as a RemovedTeam, or null.

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

IsAcceptedInvite

Gets a value indicating whether this instance is AcceptedInvite

Declaration
public bool IsAcceptedInvite { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsCanceledInvite

Gets a value indicating whether this instance is CanceledInvite

Declaration
public bool IsCanceledInvite { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInvited

Gets a value indicating whether this instance is Invited

Declaration
public bool IsInvited { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInviteExpired

Gets a value indicating whether this instance is InviteExpired

Declaration
public bool IsInviteExpired { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRejectedInvite

Gets a value indicating whether this instance is RejectedInvite

Declaration
public bool IsRejectedInvite { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemovedTeam

Gets a value indicating whether this instance is RemovedTeam

Declaration
public bool IsRemovedTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FedHandshakeAction()
  • Properties
    • AsAcceptedInvite
    • AsCanceledInvite
    • AsInvited
    • AsInviteExpired
    • AsOther
    • AsRejectedInvite
    • AsRemovedTeam
    • IsAcceptedInvite
    • IsCanceledInvite
    • IsInvited
    • IsInviteExpired
    • IsOther
    • IsRejectedInvite
    • IsRemovedTeam
Back to top Generated by DocFX