Class PaperAccessError
The paper access error object
Inheritance
PaperAccessError
Inherited Members
Namespace: Dropbox.Api.Auth
Assembly: Dropbox.Api.dll
Syntax
public class PaperAccessError
Constructors
View SourcePaperAccessError()
Initializes a new instance of the PaperAccessError class.
Declaration
public PaperAccessError()
Properties
View SourceAsNotPaperUser
Gets this instance as a NotPaperUser, or null.
Declaration
public PaperAccessError.NotPaperUser AsNotPaperUser { get; }
Property Value
| Type | Description |
|---|---|
| PaperAccessError.NotPaperUser |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperAccessError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperAccessError.Other |
AsPaperDisabled
Gets this instance as a PaperDisabled, or null.
Declaration
public PaperAccessError.PaperDisabled AsPaperDisabled { get; }
Property Value
| Type | Description |
|---|---|
| PaperAccessError.PaperDisabled |
IsNotPaperUser
Gets a value indicating whether this instance is NotPaperUser
Declaration
public bool IsNotPaperUser { 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 |
IsPaperDisabled
Gets a value indicating whether this instance is PaperDisabled
Declaration
public bool IsPaperDisabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |