Show / Hide Table of Contents

Class PaperUpdateError

The paper update error object

Inheritance
System.Object
PaperUpdateError
PaperUpdateError.ContentMalformed
PaperUpdateError.DocArchived
PaperUpdateError.DocDeleted
PaperUpdateError.DocLengthExceeded
PaperUpdateError.ImageSizeExceeded
PaperUpdateError.InsufficientPermissions
PaperUpdateError.Other
PaperUpdateError.Path
PaperUpdateError.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.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperUpdateError

Constructors

| Improve this Doc View Source

PaperUpdateError()

Initializes a new instance of the PaperUpdateError class.

Declaration
public PaperUpdateError()

Properties

| Improve this Doc View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

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

AsDocArchived

Gets this instance as a DocArchived, or null.

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

AsDocDeleted

Gets this instance as a DocDeleted, or null.

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

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

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

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

Declaration
public PaperUpdateError.Path AsPath { get; }
Property Value
Type Description
PaperUpdateError.Path
| Improve this Doc View Source

AsRevisionMismatch

Gets this instance as a RevisionMismatch, or null.

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

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

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { 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
    • PaperUpdateError()
  • Properties
    • AsContentMalformed
    • AsDocArchived
    • AsDocDeleted
    • AsDocLengthExceeded
    • AsImageSizeExceeded
    • AsInsufficientPermissions
    • AsOther
    • AsPath
    • AsRevisionMismatch
    • IsContentMalformed
    • IsDocArchived
    • IsDocDeleted
    • IsDocLengthExceeded
    • IsImageSizeExceeded
    • IsInsufficientPermissions
    • IsOther
    • IsPath
    • IsRevisionMismatch
Back to top Generated by DocFX