Show / Hide Table of Contents

Class TrustedTeamsRequestAction

The trusted teams request action object

Inheritance
System.Object
TrustedTeamsRequestAction
TrustedTeamsRequestAction.Accepted
TrustedTeamsRequestAction.Declined
TrustedTeamsRequestAction.Expired
TrustedTeamsRequestAction.Invited
TrustedTeamsRequestAction.Other
TrustedTeamsRequestAction.Revoked
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 TrustedTeamsRequestAction

Constructors

| Improve this Doc View Source

TrustedTeamsRequestAction()

Initializes a new instance of the TrustedTeamsRequestAction class.

Declaration
public TrustedTeamsRequestAction()

Properties

| Improve this Doc View Source

AsAccepted

Gets this instance as a Accepted, or null.

Declaration
public TrustedTeamsRequestAction.Accepted AsAccepted { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Accepted
| Improve this Doc View Source

AsDeclined

Gets this instance as a Declined, or null.

Declaration
public TrustedTeamsRequestAction.Declined AsDeclined { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Declined
| Improve this Doc View Source

AsExpired

Gets this instance as a Expired, or null.

Declaration
public TrustedTeamsRequestAction.Expired AsExpired { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Expired
| Improve this Doc View Source

AsInvited

Gets this instance as a Invited, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRevoked

Gets this instance as a Revoked, or null.

Declaration
public TrustedTeamsRequestAction.Revoked AsRevoked { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Revoked
| Improve this Doc View Source

IsAccepted

Gets a value indicating whether this instance is Accepted

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

IsDeclined

Gets a value indicating whether this instance is Declined

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

IsExpired

Gets a value indicating whether this instance is Expired

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

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

IsRevoked

Gets a value indicating whether this instance is Revoked

Declaration
public bool IsRevoked { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TrustedTeamsRequestAction()
  • Properties
    • AsAccepted
    • AsDeclined
    • AsExpired
    • AsInvited
    • AsOther
    • AsRevoked
    • IsAccepted
    • IsDeclined
    • IsExpired
    • IsInvited
    • IsOther
    • IsRevoked
Back to top Generated by DocFX