Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperCreateError

The paper create error object

Inheritance
object
PaperCreateError
PaperCreateError.ContentMalformed
PaperCreateError.DocLengthExceeded
PaperCreateError.EmailUnverified
PaperCreateError.ImageSizeExceeded
PaperCreateError.InsufficientPermissions
PaperCreateError.InvalidFileExtension
PaperCreateError.InvalidPath
PaperCreateError.Other
PaperCreateError.PaperDisabled
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 PaperCreateError

Constructors

View Source

PaperCreateError()

Initializes a new instance of the PaperCreateError class.

Declaration
public PaperCreateError()

Properties

View Source

AsContentMalformed

Gets this instance as a ContentMalformed, or null.

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

AsDocLengthExceeded

Gets this instance as a DocLengthExceeded, or null.

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

AsEmailUnverified

Gets this instance as a EmailUnverified, or null.

Declaration
public PaperCreateError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type Description
PaperCreateError.EmailUnverified
View Source

AsImageSizeExceeded

Gets this instance as a ImageSizeExceeded, or null.

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

AsInsufficientPermissions

Gets this instance as a InsufficientPermissions, or null.

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

AsInvalidFileExtension

Gets this instance as a InvalidFileExtension, or null.

Declaration
public PaperCreateError.InvalidFileExtension AsInvalidFileExtension { get; }
Property Value
Type Description
PaperCreateError.InvalidFileExtension
View Source

AsInvalidPath

Gets this instance as a InvalidPath, or null.

Declaration
public PaperCreateError.InvalidPath AsInvalidPath { get; }
Property Value
Type Description
PaperCreateError.InvalidPath
View Source

AsOther

Gets this instance as a Other, or null.

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

AsPaperDisabled

Gets this instance as a PaperDisabled, or null.

Declaration
public PaperCreateError.PaperDisabled AsPaperDisabled { get; }
Property Value
Type Description
PaperCreateError.PaperDisabled
View Source

IsContentMalformed

Gets a value indicating whether this instance is ContentMalformed

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

IsEmailUnverified

Gets a value indicating whether this instance is EmailUnverified

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

IsInvalidFileExtension

Gets a value indicating whether this instance is InvalidFileExtension

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

IsInvalidPath

Gets a value indicating whether this instance is InvalidPath

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

IsPaperDisabled

Gets a value indicating whether this instance is PaperDisabled

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