Show / Hide Table of Contents

Class PaperContentError

The paper content error object

Inheritance
System.Object
PaperContentError
PaperContentError.ContentMalformed
PaperContentError.DocLengthExceeded
PaperContentError.ImageSizeExceeded
PaperContentError.InsufficientPermissions
PaperContentError.Other
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 PaperContentError

Constructors

| Improve this Doc View Source

PaperContentError()

Initializes a new instance of the PaperContentError class.

Declaration
public PaperContentError()

Properties

| Improve this Doc View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

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

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

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

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsOther

Gets this instance as a Other, or null.

Declaration
public PaperContentError.Other AsOther { get; }
Property Value
Type Description
PaperContentError.Other
| 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

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

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
In This Article
  • Constructors
    • PaperContentError()
  • Properties
    • AsContentMalformed
    • AsDocLengthExceeded
    • AsImageSizeExceeded
    • AsInsufficientPermissions
    • AsOther
    • IsContentMalformed
    • IsDocLengthExceeded
    • IsImageSizeExceeded
    • IsInsufficientPermissions
    • IsOther
Back to top Generated by DocFX