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

Class MembersTransferFilesError

The members transfer files error object

Inheritance
System.Object
MembersTransferFilesError
MembersTransferFilesError.Other
MembersTransferFilesError.RecipientNotVerified
MembersTransferFilesError.RemovedAndTransferAdminShouldDiffer
MembersTransferFilesError.RemovedAndTransferDestShouldDiffer
MembersTransferFilesError.TransferAdminIsNotAdmin
MembersTransferFilesError.TransferAdminUserNotFound
MembersTransferFilesError.TransferAdminUserNotInTeam
MembersTransferFilesError.TransferDestUserNotFound
MembersTransferFilesError.TransferDestUserNotInTeam
MembersTransferFilesError.UnspecifiedTransferAdminId
MembersTransferFilesError.UserNotFound
MembersTransferFilesError.UserNotInTeam
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersTransferFilesError

Constructors

| Improve this Doc View Source

MembersTransferFilesError()

Initializes a new instance of the MembersTransferFilesError class.

Declaration
public MembersTransferFilesError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRecipientNotVerified

Gets this instance as a RecipientNotVerified, or null.

Declaration
public MembersTransferFilesError.RecipientNotVerified AsRecipientNotVerified { get; }
Property Value
Type Description
MembersTransferFilesError.RecipientNotVerified
| Improve this Doc View Source

AsRemovedAndTransferAdminShouldDiffer

Gets this instance as a RemovedAndTransferAdminShouldDiffer, or null.

Declaration
public MembersTransferFilesError.RemovedAndTransferAdminShouldDiffer AsRemovedAndTransferAdminShouldDiffer { get; }
Property Value
Type Description
MembersTransferFilesError.RemovedAndTransferAdminShouldDiffer
| Improve this Doc View Source

AsRemovedAndTransferDestShouldDiffer

Gets this instance as a RemovedAndTransferDestShouldDiffer, or null.

Declaration
public MembersTransferFilesError.RemovedAndTransferDestShouldDiffer AsRemovedAndTransferDestShouldDiffer { get; }
Property Value
Type Description
MembersTransferFilesError.RemovedAndTransferDestShouldDiffer
| Improve this Doc View Source

AsTransferAdminIsNotAdmin

Gets this instance as a TransferAdminIsNotAdmin, or null.

Declaration
public MembersTransferFilesError.TransferAdminIsNotAdmin AsTransferAdminIsNotAdmin { get; }
Property Value
Type Description
MembersTransferFilesError.TransferAdminIsNotAdmin
| Improve this Doc View Source

AsTransferAdminUserNotFound

Gets this instance as a TransferAdminUserNotFound, or null.

Declaration
public MembersTransferFilesError.TransferAdminUserNotFound AsTransferAdminUserNotFound { get; }
Property Value
Type Description
MembersTransferFilesError.TransferAdminUserNotFound
| Improve this Doc View Source

AsTransferAdminUserNotInTeam

Gets this instance as a TransferAdminUserNotInTeam, or null.

Declaration
public MembersTransferFilesError.TransferAdminUserNotInTeam AsTransferAdminUserNotInTeam { get; }
Property Value
Type Description
MembersTransferFilesError.TransferAdminUserNotInTeam
| Improve this Doc View Source

AsTransferDestUserNotFound

Gets this instance as a TransferDestUserNotFound, or null.

Declaration
public MembersTransferFilesError.TransferDestUserNotFound AsTransferDestUserNotFound { get; }
Property Value
Type Description
MembersTransferFilesError.TransferDestUserNotFound
| Improve this Doc View Source

AsTransferDestUserNotInTeam

Gets this instance as a TransferDestUserNotInTeam, or null.

Declaration
public MembersTransferFilesError.TransferDestUserNotInTeam AsTransferDestUserNotInTeam { get; }
Property Value
Type Description
MembersTransferFilesError.TransferDestUserNotInTeam
| Improve this Doc View Source

AsUnspecifiedTransferAdminId

Gets this instance as a UnspecifiedTransferAdminId, or null.

Declaration
public MembersTransferFilesError.UnspecifiedTransferAdminId AsUnspecifiedTransferAdminId { get; }
Property Value
Type Description
MembersTransferFilesError.UnspecifiedTransferAdminId
| Improve this Doc View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersTransferFilesError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersTransferFilesError.UserNotFound
| Improve this Doc View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersTransferFilesError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersTransferFilesError.UserNotInTeam
| 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

IsRecipientNotVerified

Gets a value indicating whether this instance is RecipientNotVerified

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

IsRemovedAndTransferAdminShouldDiffer

Gets a value indicating whether this instance is RemovedAndTransferAdminShouldDiffer

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

IsRemovedAndTransferDestShouldDiffer

Gets a value indicating whether this instance is RemovedAndTransferDestShouldDiffer

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

IsTransferAdminIsNotAdmin

Gets a value indicating whether this instance is TransferAdminIsNotAdmin

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

IsTransferAdminUserNotFound

Gets a value indicating whether this instance is TransferAdminUserNotFound

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

IsTransferAdminUserNotInTeam

Gets a value indicating whether this instance is TransferAdminUserNotInTeam

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

IsTransferDestUserNotFound

Gets a value indicating whether this instance is TransferDestUserNotFound

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

IsTransferDestUserNotInTeam

Gets a value indicating whether this instance is TransferDestUserNotInTeam

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

IsUnspecifiedTransferAdminId

Gets a value indicating whether this instance is UnspecifiedTransferAdminId

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

Declaration
public bool IsUserNotInTeam { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MembersTransferFilesError()
  • Properties
    • AsOther
    • AsRecipientNotVerified
    • AsRemovedAndTransferAdminShouldDiffer
    • AsRemovedAndTransferDestShouldDiffer
    • AsTransferAdminIsNotAdmin
    • AsTransferAdminUserNotFound
    • AsTransferAdminUserNotInTeam
    • AsTransferDestUserNotFound
    • AsTransferDestUserNotInTeam
    • AsUnspecifiedTransferAdminId
    • AsUserNotFound
    • AsUserNotInTeam
    • IsOther
    • IsRecipientNotVerified
    • IsRemovedAndTransferAdminShouldDiffer
    • IsRemovedAndTransferDestShouldDiffer
    • IsTransferAdminIsNotAdmin
    • IsTransferAdminUserNotFound
    • IsTransferAdminUserNotInTeam
    • IsTransferDestUserNotFound
    • IsTransferDestUserNotInTeam
    • IsUnspecifiedTransferAdminId
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX