Class SaveCopyReferenceError
The save copy reference error object
Inheritance
SaveCopyReferenceError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SaveCopyReferenceError
Constructors
View SourceSaveCopyReferenceError()
Initializes a new instance of the SaveCopyReferenceError class.
Declaration
public SaveCopyReferenceError()
Properties
View SourceAsInvalidCopyReference
Gets this instance as a InvalidCopyReference, or null.
Declaration
public SaveCopyReferenceError.InvalidCopyReference AsInvalidCopyReference { get; }
Property Value
| Type | Description |
|---|---|
| SaveCopyReferenceError.InvalidCopyReference |
AsNoPermission
Gets this instance as a NoPermission, or null.
Declaration
public SaveCopyReferenceError.NoPermission AsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| SaveCopyReferenceError.NoPermission |
AsNotFound
Gets this instance as a NotFound, or null.
Declaration
public SaveCopyReferenceError.NotFound AsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| SaveCopyReferenceError.NotFound |
AsOther
Gets this instance as a Other, or null.
Declaration
public SaveCopyReferenceError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SaveCopyReferenceError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public SaveCopyReferenceError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| SaveCopyReferenceError.Path |
AsTooManyFiles
Gets this instance as a TooManyFiles, or null.
Declaration
public SaveCopyReferenceError.TooManyFiles AsTooManyFiles { get; }
Property Value
| Type | Description |
|---|---|
| SaveCopyReferenceError.TooManyFiles |
IsInvalidCopyReference
Gets a value indicating whether this instance is InvalidCopyReference
Declaration
public bool IsInvalidCopyReference { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { 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 |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
| Type | Description |
|---|---|
| bool |