Class PaperDocCreateError
The paper doc create error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocCreateError
Constructors
| Improve this Doc View SourcePaperDocCreateError()
Initializes a new instance of the PaperDocCreateError class.
Declaration
public PaperDocCreateError()
Properties
| Improve this Doc View SourceAsContentMalformed
Gets this instance as a ContentMalformed, or null
.
Declaration
public PaperDocCreateError.ContentMalformed AsContentMalformed { get; }
Property Value
Type | Description |
---|---|
PaperDocCreateError.ContentMalformed |
AsDocLengthExceeded
Gets this instance as a DocLengthExceeded, or null
.
Declaration
public PaperDocCreateError.DocLengthExceeded AsDocLengthExceeded { get; }
Property Value
Type | Description |
---|---|
PaperDocCreateError.DocLengthExceeded |
AsFolderNotFound
Gets this instance as a FolderNotFound, or null
.
Declaration
public PaperDocCreateError.FolderNotFound AsFolderNotFound { get; }
Property Value
Type | Description |
---|---|
PaperDocCreateError.FolderNotFound |
AsImageSizeExceeded
Gets this instance as a ImageSizeExceeded, or null
.
Declaration
public PaperDocCreateError.ImageSizeExceeded AsImageSizeExceeded { get; }
Property Value
Type | Description |
---|---|
PaperDocCreateError.ImageSizeExceeded |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public PaperDocCreateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
PaperDocCreateError.InsufficientPermissions |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PaperDocCreateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PaperDocCreateError.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 |
IsFolderNotFound
Gets a value indicating whether this instance is FolderNotFound
Declaration
public bool IsFolderNotFound { 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 |