Show / Hide Table of Contents

Class PaperCreateError

The paper create error object

Inheritance
System.Object
PaperCreateError
PaperCreateError.ContentMalformed
PaperCreateError.DocLengthExceeded
PaperCreateError.EmailUnverified
PaperCreateError.ImageSizeExceeded
PaperCreateError.InsufficientPermissions
PaperCreateError.InvalidFileExtension
PaperCreateError.InvalidPath
PaperCreateError.Other
PaperCreateError.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.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperCreateError

Constructors

| Improve this Doc View Source

PaperCreateError()

Initializes a new instance of the PaperCreateError class.

Declaration
public PaperCreateError()

Properties

| Improve this Doc View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

Declaration
public PaperCreateError.ContentMalformed AsContentMalformed { get; }
Property Value
Type Description
PaperCreateError.ContentMalformed
| Improve this Doc View Source

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

Declaration
public PaperCreateError.DocLengthExceeded AsDocLengthExceeded { get; }
Property Value
Type Description
PaperCreateError.DocLengthExceeded
| Improve this Doc View Source

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public PaperCreateError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
PaperCreateError.EmailUnverified
| Improve this Doc View Source

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

Declaration
public PaperCreateError.ImageSizeExceeded AsImageSizeExceeded { get; }
Property Value
Type Description
PaperCreateError.ImageSizeExceeded
| Improve this Doc View Source

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

Declaration
public PaperCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type Description
PaperCreateError.InsufficientPermissions
| Improve this Doc View Source

AsInvalidFileExtension

Gets this instance as a InvalidFileExtension, or null.

Declaration
public PaperCreateError.InvalidFileExtension AsInvalidFileExtension { get; }
Property Value
Type Description
PaperCreateError.InvalidFileExtension
| Improve this Doc View Source

AsInvalidPath

Gets this instance as a InvalidPath, or null.

Declaration
public PaperCreateError.InvalidPath AsInvalidPath { get; }
Property Value
Type Description
PaperCreateError.InvalidPath
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPaperDisabled

Gets this instance as a PaperDisabled, or null.

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

IsContentMalformed

Gets a value indicating whether this instance is ContentMalformed

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

IsDocLengthExceeded

Gets a value indicating whether this instance is DocLengthExceeded

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

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

IsImageSizeExceeded

Gets a value indicating whether this instance is ImageSizeExceeded

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

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

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

IsInvalidFileExtension

Gets a value indicating whether this instance is InvalidFileExtension

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

IsInvalidPath

Gets a value indicating whether this instance is InvalidPath

Declaration
public bool IsInvalidPath { 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
    • PaperCreateError()
  • Properties
    • AsContentMalformed
    • AsDocLengthExceeded
    • AsEmailUnverified
    • AsImageSizeExceeded
    • AsInsufficientPermissions
    • AsInvalidFileExtension
    • AsInvalidPath
    • AsOther
    • AsPaperDisabled
    • IsContentMalformed
    • IsDocLengthExceeded
    • IsEmailUnverified
    • IsImageSizeExceeded
    • IsInsufficientPermissions
    • IsInvalidFileExtension
    • IsInvalidPath
    • IsOther
    • IsPaperDisabled
Back to top Generated by DocFX