Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperUpdateError

The paper update error object

Inheritance
object
PaperUpdateError
PaperUpdateError.ContentMalformed
PaperUpdateError.DocArchived
PaperUpdateError.DocDeleted
PaperUpdateError.DocLengthExceeded
PaperUpdateError.ImageSizeExceeded
PaperUpdateError.InsufficientPermissions
PaperUpdateError.Other
PaperUpdateError.Path
PaperUpdateError.RevisionMismatch
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperUpdateError

Constructors

View Source

PaperUpdateError()

Initializes a new instance of the PaperUpdateError class.

Declaration
public PaperUpdateError()

Properties

View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

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

AsDocArchived

Gets this instance as a DocArchived, or null.

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

AsDocDeleted

Gets this instance as a DocDeleted, or null.

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

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

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

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsRevisionMismatch

Gets this instance as a RevisionMismatch, or null.

Declaration
public PaperUpdateError.RevisionMismatch AsRevisionMismatch { get; }
Property Value
Type Description
PaperUpdateError.RevisionMismatch
View Source

IsContentMalformed

Gets a value indicating whether this instance is ContentMalformed

Declaration
public bool IsContentMalformed { get; }
Property Value
Type Description
bool
View Source

IsDocArchived

Gets a value indicating whether this instance is DocArchived

Declaration
public bool IsDocArchived { get; }
Property Value
Type Description
bool
View Source

IsDocDeleted

Gets a value indicating whether this instance is DocDeleted

Declaration
public bool IsDocDeleted { get; }
Property Value
Type Description
bool
View Source

IsDocLengthExceeded

Gets a value indicating whether this instance is DocLengthExceeded

Declaration
public bool IsDocLengthExceeded { get; }
Property Value
Type Description
bool
View Source

IsImageSizeExceeded

Gets a value indicating whether this instance is ImageSizeExceeded

Declaration
public bool IsImageSizeExceeded { get; }
Property Value
Type Description
bool
View Source

IsInsufficientPermissions

Gets a value indicating whether this instance is InsufficientPermissions

Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsRevisionMismatch

Gets a value indicating whether this instance is RevisionMismatch

Declaration
public bool IsRevisionMismatch { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK