Class PaperContentError
The paper content error object
Inheritance
PaperContentError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperContentError
Constructors
View SourcePaperContentError()
Initializes a new instance of the PaperContentError class.
Declaration
public PaperContentError()
Properties
View SourceAsContentMalformed
Gets this instance as a ContentMalformed, or null.
Declaration
public PaperContentError.ContentMalformed AsContentMalformed { get; }
Property Value
| Type | Description |
|---|---|
| PaperContentError.ContentMalformed |
AsDocLengthExceeded
Gets this instance as a DocLengthExceeded, or null.
Declaration
public PaperContentError.DocLengthExceeded AsDocLengthExceeded { get; }
Property Value
| Type | Description |
|---|---|
| PaperContentError.DocLengthExceeded |
AsImageSizeExceeded
Gets this instance as a ImageSizeExceeded, or null.
Declaration
public PaperContentError.ImageSizeExceeded AsImageSizeExceeded { get; }
Property Value
| Type | Description |
|---|---|
| PaperContentError.ImageSizeExceeded |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null.
Declaration
public PaperContentError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
| Type | Description |
|---|---|
| PaperContentError.InsufficientPermissions |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperContentError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperContentError.Other |
IsContentMalformed
Gets a value indicating whether this instance is ContentMalformed
Declaration
public bool IsContentMalformed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDocLengthExceeded
Gets a value indicating whether this instance is DocLengthExceeded
Declaration
public bool IsDocLengthExceeded { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsImageSizeExceeded
Gets a value indicating whether this instance is ImageSizeExceeded
Declaration
public bool IsImageSizeExceeded { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInsufficientPermissions
Gets a value indicating whether this instance is InsufficientPermissions
Declaration
public bool IsInsufficientPermissions { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |