Dropbox .NET SDK
Show / Hide Table of Contents

Class SaveCopyReferenceError

The save copy reference error object

Inheritance
object
SaveCopyReferenceError
SaveCopyReferenceError.InvalidCopyReference
SaveCopyReferenceError.NoPermission
SaveCopyReferenceError.NotFound
SaveCopyReferenceError.Other
SaveCopyReferenceError.Path
SaveCopyReferenceError.TooManyFiles
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SaveCopyReferenceError

Constructors

View Source

SaveCopyReferenceError()

Initializes a new instance of the SaveCopyReferenceError class.

Declaration
public SaveCopyReferenceError()

Properties

View Source

AsInvalidCopyReference

Gets this instance as a InvalidCopyReference, or null.

Declaration
public SaveCopyReferenceError.InvalidCopyReference AsInvalidCopyReference { get; }
Property Value
Type Description
SaveCopyReferenceError.InvalidCopyReference
View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

Declaration
public SaveCopyReferenceError.NoPermission AsNoPermission { get; }
Property Value
Type Description
SaveCopyReferenceError.NoPermission
View Source

AsNotFound

Gets this instance as a NotFound, or null.

Declaration
public SaveCopyReferenceError.NotFound AsNotFound { get; }
Property Value
Type Description
SaveCopyReferenceError.NotFound
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SaveCopyReferenceError.Other AsOther { get; }
Property Value
Type Description
SaveCopyReferenceError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public SaveCopyReferenceError.Path AsPath { get; }
Property Value
Type Description
SaveCopyReferenceError.Path
View Source

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public SaveCopyReferenceError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
SaveCopyReferenceError.TooManyFiles
View Source

IsInvalidCopyReference

Gets a value indicating whether this instance is InvalidCopyReference

Declaration
public bool IsInvalidCopyReference { get; }
Property Value
Type Description
bool
View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
bool
View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK