• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TokenGetAuthenticatedAdminError

Error returned by TokenGetAuthenticatedAdminAsync().

Inheritance
System.Object
TokenGetAuthenticatedAdminError
TokenGetAuthenticatedAdminError.AdminNotActive
TokenGetAuthenticatedAdminError.MappingNotFound
TokenGetAuthenticatedAdminError.Other
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TokenGetAuthenticatedAdminError

Constructors

| Improve this Doc View Source

TokenGetAuthenticatedAdminError()

Initializes a new instance of the TokenGetAuthenticatedAdminError class.

Declaration
public TokenGetAuthenticatedAdminError()

Properties

| Improve this Doc View Source

AsAdminNotActive

Gets this instance as a AdminNotActive, or null.

Declaration
public TokenGetAuthenticatedAdminError.AdminNotActive AsAdminNotActive { get; }
Property Value
Type Description
TokenGetAuthenticatedAdminError.AdminNotActive
| Improve this Doc View Source

AsMappingNotFound

Gets this instance as a MappingNotFound, or null.

Declaration
public TokenGetAuthenticatedAdminError.MappingNotFound AsMappingNotFound { get; }
Property Value
Type Description
TokenGetAuthenticatedAdminError.MappingNotFound
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsAdminNotActive

Gets a value indicating whether this instance is AdminNotActive

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

IsMappingNotFound

Gets a value indicating whether this instance is MappingNotFound

Declaration
public bool IsMappingNotFound { 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
In This Article
  • Constructors
    • TokenGetAuthenticatedAdminError()
  • Properties
    • AsAdminNotActive
    • AsMappingNotFound
    • AsOther
    • IsAdminNotActive
    • IsMappingNotFound
    • IsOther
Back to top Generated by DocFX