Class PaperUpdateError
The paper update error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperUpdateError
Constructors
| Improve this Doc View SourcePaperUpdateError()
Initializes a new instance of the PaperUpdateError class.
Declaration
public PaperUpdateError()
Properties
| Improve this Doc View SourceAsContentMalformed
Gets this instance as a ContentMalformed, or null
.
Declaration
public PaperUpdateError.ContentMalformed AsContentMalformed { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.ContentMalformed |
AsDocArchived
Gets this instance as a DocArchived, or null
.
Declaration
public PaperUpdateError.DocArchived AsDocArchived { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.DocArchived |
AsDocDeleted
Gets this instance as a DocDeleted, or null
.
Declaration
public PaperUpdateError.DocDeleted AsDocDeleted { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.DocDeleted |
AsDocLengthExceeded
Gets this instance as a DocLengthExceeded, or null
.
Declaration
public PaperUpdateError.DocLengthExceeded AsDocLengthExceeded { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.DocLengthExceeded |
AsImageSizeExceeded
Gets this instance as a ImageSizeExceeded, or null
.
Declaration
public PaperUpdateError.ImageSizeExceeded AsImageSizeExceeded { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.ImageSizeExceeded |
AsInsufficientPermissions
Gets this instance as a InsufficientPermissions, or null
.
Declaration
public PaperUpdateError.InsufficientPermissions AsInsufficientPermissions { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.InsufficientPermissions |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PaperUpdateError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.Other |
AsPath
Gets this instance as a Path, or null
.
Declaration
public PaperUpdateError.Path AsPath { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.Path |
AsRevisionMismatch
Gets this instance as a RevisionMismatch, or null
.
Declaration
public PaperUpdateError.RevisionMismatch AsRevisionMismatch { get; }
Property Value
Type | Description |
---|---|
PaperUpdateError.RevisionMismatch |
IsContentMalformed
Gets a value indicating whether this instance is ContentMalformed
Declaration
public bool IsContentMalformed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDocArchived
Gets a value indicating whether this instance is DocArchived
Declaration
public bool IsDocArchived { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDocDeleted
Gets a value indicating whether this instance is DocDeleted
Declaration
public bool IsDocDeleted { 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 |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRevisionMismatch
Gets a value indicating whether this instance is RevisionMismatch
Declaration
public bool IsRevisionMismatch { get; }
Property Value
Type | Description |
---|---|
System.Boolean |