Show / Hide Table of Contents

Class TransferFolderError

The transfer folder error object

Inheritance
System.Object
TransferFolderError
TransferFolderError.AccessError
TransferFolderError.InvalidDropboxId
TransferFolderError.NewOwnerEmailUnverified
TransferFolderError.NewOwnerNotAMember
TransferFolderError.NewOwnerUnmounted
TransferFolderError.NoPermission
TransferFolderError.Other
TransferFolderError.TeamFolder
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class TransferFolderError

Constructors

| Improve this Doc View Source

TransferFolderError()

Initializes a new instance of the TransferFolderError class.

Declaration
public TransferFolderError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public TransferFolderError.AccessError AsAccessError { get; }
Property Value
Type Description
TransferFolderError.AccessError
| Improve this Doc View Source

AsInvalidDropboxId

Gets this instance as a InvalidDropboxId, or null.

Declaration
public TransferFolderError.InvalidDropboxId AsInvalidDropboxId { get; }
Property Value
Type Description
TransferFolderError.InvalidDropboxId
| Improve this Doc View Source

AsNewOwnerEmailUnverified

Gets this instance as a NewOwnerEmailUnverified, or null.

Declaration
public TransferFolderError.NewOwnerEmailUnverified AsNewOwnerEmailUnverified { get; }
Property Value
Type Description
TransferFolderError.NewOwnerEmailUnverified
| Improve this Doc View Source

AsNewOwnerNotAMember

Gets this instance as a NewOwnerNotAMember, or null.

Declaration
public TransferFolderError.NewOwnerNotAMember AsNewOwnerNotAMember { get; }
Property Value
Type Description
TransferFolderError.NewOwnerNotAMember
| Improve this Doc View Source

AsNewOwnerUnmounted

Gets this instance as a NewOwnerUnmounted, or null.

Declaration
public TransferFolderError.NewOwnerUnmounted AsNewOwnerUnmounted { get; }
Property Value
Type Description
TransferFolderError.NewOwnerUnmounted
| Improve this Doc View Source

AsNoPermission

Gets this instance as a NoPermission, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeamFolder

Gets this instance as a TeamFolder, or null.

Declaration
public TransferFolderError.TeamFolder AsTeamFolder { get; }
Property Value
Type Description
TransferFolderError.TeamFolder
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

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

IsInvalidDropboxId

Gets a value indicating whether this instance is InvalidDropboxId

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

IsNewOwnerEmailUnverified

Gets a value indicating whether this instance is NewOwnerEmailUnverified

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

IsNewOwnerNotAMember

Gets a value indicating whether this instance is NewOwnerNotAMember

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

IsNewOwnerUnmounted

Gets a value indicating whether this instance is NewOwnerUnmounted

Declaration
public bool IsNewOwnerUnmounted { 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

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

IsTeamFolder

Gets a value indicating whether this instance is TeamFolder

Declaration
public bool IsTeamFolder { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TransferFolderError()
  • Properties
    • AsAccessError
    • AsInvalidDropboxId
    • AsNewOwnerEmailUnverified
    • AsNewOwnerNotAMember
    • AsNewOwnerUnmounted
    • AsNoPermission
    • AsOther
    • AsTeamFolder
    • IsAccessError
    • IsInvalidDropboxId
    • IsNewOwnerEmailUnverified
    • IsNewOwnerNotAMember
    • IsNewOwnerUnmounted
    • IsNoPermission
    • IsOther
    • IsTeamFolder
Back to top Generated by DocFX