Class PaperContentError
The paper content error object
Inheritance
System.Object
PaperContentError
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 PaperContentError
Constructors
| Improve this Doc View SourcePaperContentError()
Initializes a new instance of the PaperContentError class.
Declaration
public PaperContentError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsDocLengthExceeded
Gets a value indicating whether this instance is DocLengthExceeded
Declaration
public bool IsDocLengthExceeded { 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 |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |