Class PaperAccessError
The paper access error object
Inheritance
System.Object
PaperAccessError
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.Auth
Assembly: Dropbox.Api.dll
Syntax
public class PaperAccessError
Constructors
| Improve this Doc View SourcePaperAccessError()
Initializes a new instance of the PaperAccessError class.
Declaration
public PaperAccessError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPaperDisabled
Gets a value indicating whether this instance is PaperDisabled
Declaration
public bool IsPaperDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |