Show / Hide Table of Contents

Class PaperDocCreateError

The paper doc create error object

Inheritance
System.Object
PaperDocCreateError
PaperDocCreateError.ContentMalformed
PaperDocCreateError.DocLengthExceeded
PaperDocCreateError.FolderNotFound
PaperDocCreateError.ImageSizeExceeded
PaperDocCreateError.InsufficientPermissions
PaperDocCreateError.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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocCreateError

Constructors

| Improve this Doc View Source

PaperDocCreateError()

Initializes a new instance of the PaperDocCreateError class.

Declaration
public PaperDocCreateError()

Properties

| Improve this Doc View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

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

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

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

AsFolderNotFound

Gets this instance as a FolderNotFound, or null.

Declaration
public PaperDocCreateError.FolderNotFound AsFolderNotFound { get; }
Property Value
Type Description
PaperDocCreateError.FolderNotFound
| Improve this Doc View Source

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsFolderNotFound

Gets a value indicating whether this instance is FolderNotFound

Declaration
public bool IsFolderNotFound { 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
    • PaperDocCreateError()
  • Properties
    • AsContentMalformed
    • AsDocLengthExceeded
    • AsFolderNotFound
    • AsImageSizeExceeded
    • AsInsufficientPermissions
    • AsOther
    • IsContentMalformed
    • IsDocLengthExceeded
    • IsFolderNotFound
    • IsImageSizeExceeded
    • IsInsufficientPermissions
    • IsOther
Back to top Generated by DocFX