Class PaperCreateError
The paper create error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperCreateError
Constructors
| Improve this Doc View SourcePaperCreateError()
Initializes a new instance of the PaperCreateError class.
Declaration
public PaperCreateError()
Properties
| Improve this Doc View SourceAsContentMalformed
Gets this instance as a ContentMalformed, or null
.
Declaration
public PaperCreateError.ContentMalformed AsContentMalformed { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.ContentMalformed |
AsDocLengthExceeded
Gets this instance as a DocLengthExceeded, or null
.
Declaration
public PaperCreateError.DocLengthExceeded AsDocLengthExceeded { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.DocLengthExceeded |
AsEmailUnverified
Gets this instance as a EmailUnverified, or null
.
Declaration
public PaperCreateError.EmailUnverified AsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.EmailUnverified |
AsImageSizeExceeded
Gets this instance as a ImageSizeExceeded, or null
.
Declaration
public PaperCreateError.ImageSizeExceeded AsImageSizeExceeded { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.ImageSizeExceeded |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public PaperCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.InsufficientPermissions |
AsInvalidFileExtension
Gets this instance as a InvalidFileExtension, or null
.
Declaration
public PaperCreateError.InvalidFileExtension AsInvalidFileExtension { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.InvalidFileExtension |
AsInvalidPath
Gets this instance as a InvalidPath, or null
.
Declaration
public PaperCreateError.InvalidPath AsInvalidPath { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.InvalidPath |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PaperCreateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.Other |
AsPaperDisabled
Gets this instance as a PaperDisabled, or null
.
Declaration
public PaperCreateError.PaperDisabled AsPaperDisabled { get; }
Property Value
Type | Description |
---|---|
PaperCreateError.PaperDisabled |
IsContentMalformed
Gets a value indicating whether this instance is ContentMalformed
Declaration
public bool IsContentMalformed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDocLengthExceeded
Gets a value indicating whether this instance is DocLengthExceeded
Declaration
public bool IsDocLengthExceeded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEmailUnverified
Gets a value indicating whether this instance is EmailUnverified
Declaration
public bool IsEmailUnverified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsImageSizeExceeded
Gets a value indicating whether this instance is ImageSizeExceeded
Declaration
public bool IsImageSizeExceeded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidFileExtension
Gets a value indicating whether this instance is InvalidFileExtension
Declaration
public bool IsInvalidFileExtension { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInvalidPath
Gets a value indicating whether this instance is InvalidPath
Declaration
public bool IsInvalidPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPaperDisabled
Gets a value indicating whether this instance is PaperDisabled
Declaration
public bool IsPaperDisabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |