Show / Hide Table of Contents

Class PaperDocUpdateError

The paper doc update error object

Inheritance
System.Object
PaperDocUpdateError
PaperDocUpdateError.ContentMalformed
PaperDocUpdateError.DocArchived
PaperDocUpdateError.DocDeleted
PaperDocUpdateError.DocLengthExceeded
PaperDocUpdateError.DocNotFound
PaperDocUpdateError.ImageSizeExceeded
PaperDocUpdateError.InsufficientPermissions
PaperDocUpdateError.Other
PaperDocUpdateError.RevisionMismatch
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 PaperDocUpdateError

Constructors

| Improve this Doc View Source

PaperDocUpdateError()

Initializes a new instance of the PaperDocUpdateError class.

Declaration
public PaperDocUpdateError()

Properties

| Improve this Doc View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

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

AsDocArchived

Gets this instance as a DocArchived, or null.

Declaration
public PaperDocUpdateError.DocArchived AsDocArchived { get; }
Property Value
Type Description
PaperDocUpdateError.DocArchived
| Improve this Doc View Source

AsDocDeleted

Gets this instance as a DocDeleted, or null.

Declaration
public PaperDocUpdateError.DocDeleted AsDocDeleted { get; }
Property Value
Type Description
PaperDocUpdateError.DocDeleted
| Improve this Doc View Source

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

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

AsDocNotFound

Gets this instance as a DocNotFound, or null.

Declaration
public PaperDocUpdateError.DocNotFound AsDocNotFound { get; }
Property Value
Type Description
PaperDocUpdateError.DocNotFound
| Improve this Doc View Source

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRevisionMismatch

Gets this instance as a RevisionMismatch, or null.

Declaration
public PaperDocUpdateError.RevisionMismatch AsRevisionMismatch { get; }
Property Value
Type Description
PaperDocUpdateError.RevisionMismatch
| 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

IsDocArchived

Gets a value indicating whether this instance is DocArchived

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

IsDocDeleted

Gets a value indicating whether this instance is DocDeleted

Declaration
public bool IsDocDeleted { 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

IsDocNotFound

Gets a value indicating whether this instance is DocNotFound

Declaration
public bool IsDocNotFound { 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

IsRevisionMismatch

Gets a value indicating whether this instance is RevisionMismatch

Declaration
public bool IsRevisionMismatch { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocUpdateError()
  • Properties
    • AsContentMalformed
    • AsDocArchived
    • AsDocDeleted
    • AsDocLengthExceeded
    • AsDocNotFound
    • AsImageSizeExceeded
    • AsInsufficientPermissions
    • AsOther
    • AsRevisionMismatch
    • IsContentMalformed
    • IsDocArchived
    • IsDocDeleted
    • IsDocLengthExceeded
    • IsDocNotFound
    • IsImageSizeExceeded
    • IsInsufficientPermissions
    • IsOther
    • IsRevisionMismatch
Back to top Generated by DocFX