Show / Hide Table of Contents

Class PaperAccessError

The paper access error object

Inheritance
System.Object
PaperAccessError
PaperAccessError.NotPaperUser
PaperAccessError.Other
PaperAccessError.PaperDisabled
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 Source

PaperAccessError()

Initializes a new instance of the PaperAccessError class.

Declaration
public PaperAccessError()

Properties

| Improve this Doc View Source

AsNotPaperUser

Gets this instance as a NotPaperUser, or null.

Declaration
public PaperAccessError.NotPaperUser AsNotPaperUser { get; }
Property Value
Type Description
PaperAccessError.NotPaperUser
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PaperAccessError.Other AsOther { get; }
Property Value
Type Description
PaperAccessError.Other
| Improve this Doc View Source

AsPaperDisabled

Gets this instance as a PaperDisabled, or null.

Declaration
public PaperAccessError.PaperDisabled AsPaperDisabled { get; }
Property Value
Type Description
PaperAccessError.PaperDisabled
| Improve this Doc View Source

IsNotPaperUser

Gets a value indicating whether this instance is NotPaperUser

Declaration
public bool IsNotPaperUser { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPaperDisabled

Gets a value indicating whether this instance is PaperDisabled

Declaration
public bool IsPaperDisabled { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperAccessError()
  • Properties
    • AsNotPaperUser
    • AsOther
    • AsPaperDisabled
    • IsNotPaperUser
    • IsOther
    • IsPaperDisabled
Back to top Generated by DocFX