Class TokenGetAuthenticatedAdminError
Error returned by TokenGetAuthenticatedAdminAsync().
Inheritance
TokenGetAuthenticatedAdminError
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TokenGetAuthenticatedAdminError
Constructors
View SourceTokenGetAuthenticatedAdminError()
Initializes a new instance of the TokenGetAuthenticatedAdminError class.
Declaration
public TokenGetAuthenticatedAdminError()
Properties
View SourceAsAdminNotActive
Gets this instance as a AdminNotActive, or null.
Declaration
public TokenGetAuthenticatedAdminError.AdminNotActive AsAdminNotActive { get; }
Property Value
| Type | Description |
|---|---|
| TokenGetAuthenticatedAdminError.AdminNotActive |
AsMappingNotFound
Gets this instance as a MappingNotFound, or null.
Declaration
public TokenGetAuthenticatedAdminError.MappingNotFound AsMappingNotFound { get; }
Property Value
| Type | Description |
|---|---|
| TokenGetAuthenticatedAdminError.MappingNotFound |
AsOther
Gets this instance as a Other, or null.
Declaration
public TokenGetAuthenticatedAdminError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TokenGetAuthenticatedAdminError.Other |
IsAdminNotActive
Gets a value indicating whether this instance is AdminNotActive
Declaration
public bool IsAdminNotActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMappingNotFound
Gets a value indicating whether this instance is MappingNotFound
Declaration
public bool IsMappingNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |