Class SaveCopyReferenceError
The save copy reference error object
Inheritance
System.Object
SaveCopyReferenceError
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 SaveCopyReferenceError
Constructors
| Improve this Doc View SourceSaveCopyReferenceError()
Initializes a new instance of the SaveCopyReferenceError class.
Declaration
public SaveCopyReferenceError()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsNoPermission
Gets a value indicating whether this instance is NoPermission
Declaration
public bool IsNoPermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNotFound
Gets a value indicating whether this instance is NotFound
Declaration
public bool IsNotFound { 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 |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
System.Boolean |