• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SaveCopyReferenceError

The save copy reference error object

Inheritance
System.Object
SaveCopyReferenceError
SaveCopyReferenceError.InvalidCopyReference
SaveCopyReferenceError.NoPermission
SaveCopyReferenceError.NotFound
SaveCopyReferenceError.Other
SaveCopyReferenceError.Path
SaveCopyReferenceError.TooManyFiles
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 Source

SaveCopyReferenceError()

Initializes a new instance of the SaveCopyReferenceError class.

Declaration
public SaveCopyReferenceError()

Properties

| Improve this Doc View Source

AsInvalidCopyReference

Gets this instance as a InvalidCopyReference, or null.

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

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsNotFound

Gets this instance as a NotFound, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

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

IsInvalidCopyReference

Gets a value indicating whether this instance is InvalidCopyReference

Declaration
public bool IsInvalidCopyReference { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoPermission

Gets a value indicating whether this instance is NoPermission

Declaration
public bool IsNoPermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotFound

Gets a value indicating whether this instance is NotFound

Declaration
public bool IsNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SaveCopyReferenceError()
  • Properties
    • AsInvalidCopyReference
    • AsNoPermission
    • AsNotFound
    • AsOther
    • AsPath
    • AsTooManyFiles
    • IsInvalidCopyReference
    • IsNoPermission
    • IsNotFound
    • IsOther
    • IsPath
    • IsTooManyFiles
Back to top Generated by DocFX