Show / Hide Table of Contents

Class TrustedTeamsRequestState

The trusted teams request state object

Inheritance
System.Object
TrustedTeamsRequestState
TrustedTeamsRequestState.Invited
TrustedTeamsRequestState.Linked
TrustedTeamsRequestState.Other
TrustedTeamsRequestState.Unlinked
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 TrustedTeamsRequestState

Constructors

| Improve this Doc View Source

TrustedTeamsRequestState()

Initializes a new instance of the TrustedTeamsRequestState class.

Declaration
public TrustedTeamsRequestState()

Properties

| Improve this Doc View Source

AsInvited

Gets this instance as a Invited, or null.

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

AsLinked

Gets this instance as a Linked, or null.

Declaration
public TrustedTeamsRequestState.Linked AsLinked { get; }
Property Value
Type Description
TrustedTeamsRequestState.Linked
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnlinked

Gets this instance as a Unlinked, or null.

Declaration
public TrustedTeamsRequestState.Unlinked AsUnlinked { get; }
Property Value
Type Description
TrustedTeamsRequestState.Unlinked
| 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

IsLinked

Gets a value indicating whether this instance is Linked

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

IsUnlinked

Gets a value indicating whether this instance is Unlinked

Declaration
public bool IsUnlinked { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TrustedTeamsRequestState()
  • Properties
    • AsInvited
    • AsLinked
    • AsOther
    • AsUnlinked
    • IsInvited
    • IsLinked
    • IsOther
    • IsUnlinked
Back to top Generated by DocFX