Class TokenGetAuthenticatedAdminError
Error returned by TokenGetAuthenticatedAdminAsync().
Inheritance
System.Object
TokenGetAuthenticatedAdminError
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 SourceTokenGetAuthenticatedAdminError()
Initializes a new instance of the TokenGetAuthenticatedAdminError class.
Declaration
public TokenGetAuthenticatedAdminError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsMappingNotFound
Gets a value indicating whether this instance is MappingNotFound
Declaration
public bool IsMappingNotFound { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |