Dropbox .NET SDK
Show / Hide Table of Contents

Class TokenGetAuthenticatedAdminError

Error returned by TokenGetAuthenticatedAdminAsync().

Inheritance
object
TokenGetAuthenticatedAdminError
TokenGetAuthenticatedAdminError.AdminNotActive
TokenGetAuthenticatedAdminError.MappingNotFound
TokenGetAuthenticatedAdminError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TokenGetAuthenticatedAdminError

Constructors

View Source

TokenGetAuthenticatedAdminError()

Initializes a new instance of the TokenGetAuthenticatedAdminError class.

Declaration
public TokenGetAuthenticatedAdminError()

Properties

View Source

AsAdminNotActive

Gets this instance as a AdminNotActive, or null.

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

AsMappingNotFound

Gets this instance as a MappingNotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAdminNotActive

Gets a value indicating whether this instance is AdminNotActive

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

IsMappingNotFound

Gets a value indicating whether this instance is MappingNotFound

Declaration
public bool IsMappingNotFound { 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
In this article
Back to top Dropbox .NET SDK