Class NoPermissionError
The no permission error object
Inheritance
NoPermissionError
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class NoPermissionError
Constructors
View SourceNoPermissionError()
Initializes a new instance of the NoPermissionError class.
Declaration
public NoPermissionError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public NoPermissionError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| NoPermissionError.Other |
AsUnauthorizedAccountIdUsage
Gets this instance as a UnauthorizedAccountIdUsage, or null.
Declaration
public NoPermissionError.UnauthorizedAccountIdUsage AsUnauthorizedAccountIdUsage { get; }
Property Value
| Type | Description |
|---|---|
| NoPermissionError.UnauthorizedAccountIdUsage |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnauthorizedAccountIdUsage
Gets a value indicating whether this instance is UnauthorizedAccountIdUsage
Declaration
public bool IsUnauthorizedAccountIdUsage { get; }
Property Value
| Type | Description |
|---|---|
| bool |