Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersRemoveError

The members remove error object

Inheritance
object
MembersRemoveError
MembersRemoveError.AlreadyTransferred
MembersRemoveError.AlreadyTransferredOrDeleted
MembersRemoveError.CannotKeepAccount
MembersRemoveError.CannotKeepAccountAndDeleteData
MembersRemoveError.CannotKeepAccountAndPermanentlyDelete
MembersRemoveError.CannotKeepAccountAndTransfer
MembersRemoveError.CannotKeepAccountRequiredToSignTos
MembersRemoveError.CannotKeepAccountUnderLegalHold
MembersRemoveError.CannotKeepInvitedUserAccount
MembersRemoveError.CannotPermanentlyDeleteAndTransfer
MembersRemoveError.CannotRetainSharesWhenDataWiped
MembersRemoveError.CannotRetainSharesWhenNoAccountKept
MembersRemoveError.CannotRetainSharesWhenTeamExternalSharingOff
MembersRemoveError.EmailAddressTooLongToBeDisabled
MembersRemoveError.MemberIsTransferDestination
MembersRemoveError.Other
MembersRemoveError.RecipientNotVerified
MembersRemoveError.RemoveLastAdmin
MembersRemoveError.RemovedAndTransferAdminShouldDiffer
MembersRemoveError.RemovedAndTransferDestShouldDiffer
MembersRemoveError.TransferAdminIsNotAdmin
MembersRemoveError.TransferAdminUserNotFound
MembersRemoveError.TransferAdminUserNotInTeam
MembersRemoveError.TransferDestUserNotFound
MembersRemoveError.TransferDestUserNotInTeam
MembersRemoveError.TransferInProgress
MembersRemoveError.UnspecifiedTransferAdminId
MembersRemoveError.UserNotFound
MembersRemoveError.UserNotInTeam
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersRemoveError

Constructors

View Source

MembersRemoveError()

Initializes a new instance of the MembersRemoveError class.

Declaration
public MembersRemoveError()

Properties

View Source

AsAlreadyTransferred

Gets this instance as a AlreadyTransferred, or null.

Declaration
public MembersRemoveError.AlreadyTransferred AsAlreadyTransferred { get; }
Property Value
Type Description
MembersRemoveError.AlreadyTransferred
View Source

AsAlreadyTransferredOrDeleted

Gets this instance as a AlreadyTransferredOrDeleted, or null.

Declaration
public MembersRemoveError.AlreadyTransferredOrDeleted AsAlreadyTransferredOrDeleted { get; }
Property Value
Type Description
MembersRemoveError.AlreadyTransferredOrDeleted
View Source

AsCannotKeepAccount

Gets this instance as a CannotKeepAccount, or null.

Declaration
public MembersRemoveError.CannotKeepAccount AsCannotKeepAccount { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepAccount
View Source

AsCannotKeepAccountAndDeleteData

Gets this instance as a CannotKeepAccountAndDeleteData, or null.

Declaration
public MembersRemoveError.CannotKeepAccountAndDeleteData AsCannotKeepAccountAndDeleteData { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepAccountAndDeleteData
View Source

AsCannotKeepAccountAndPermanentlyDelete

Gets this instance as a CannotKeepAccountAndPermanentlyDelete, or null.

Declaration
public MembersRemoveError.CannotKeepAccountAndPermanentlyDelete AsCannotKeepAccountAndPermanentlyDelete { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepAccountAndPermanentlyDelete
View Source

AsCannotKeepAccountAndTransfer

Gets this instance as a CannotKeepAccountAndTransfer, or null.

Declaration
public MembersRemoveError.CannotKeepAccountAndTransfer AsCannotKeepAccountAndTransfer { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepAccountAndTransfer
View Source

AsCannotKeepAccountRequiredToSignTos

Gets this instance as a CannotKeepAccountRequiredToSignTos, or null.

Declaration
public MembersRemoveError.CannotKeepAccountRequiredToSignTos AsCannotKeepAccountRequiredToSignTos { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepAccountRequiredToSignTos
View Source

AsCannotKeepAccountUnderLegalHold

Gets this instance as a CannotKeepAccountUnderLegalHold, or null.

Declaration
public MembersRemoveError.CannotKeepAccountUnderLegalHold AsCannotKeepAccountUnderLegalHold { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepAccountUnderLegalHold
View Source

AsCannotKeepInvitedUserAccount

Gets this instance as a CannotKeepInvitedUserAccount, or null.

Declaration
public MembersRemoveError.CannotKeepInvitedUserAccount AsCannotKeepInvitedUserAccount { get; }
Property Value
Type Description
MembersRemoveError.CannotKeepInvitedUserAccount
View Source

AsCannotPermanentlyDeleteAndTransfer

Gets this instance as a CannotPermanentlyDeleteAndTransfer, or null.

Declaration
public MembersRemoveError.CannotPermanentlyDeleteAndTransfer AsCannotPermanentlyDeleteAndTransfer { get; }
Property Value
Type Description
MembersRemoveError.CannotPermanentlyDeleteAndTransfer
View Source

AsCannotRetainSharesWhenDataWiped

Gets this instance as a CannotRetainSharesWhenDataWiped, or null.

Declaration
public MembersRemoveError.CannotRetainSharesWhenDataWiped AsCannotRetainSharesWhenDataWiped { get; }
Property Value
Type Description
MembersRemoveError.CannotRetainSharesWhenDataWiped
View Source

AsCannotRetainSharesWhenNoAccountKept

Gets this instance as a CannotRetainSharesWhenNoAccountKept, or null.

Declaration
public MembersRemoveError.CannotRetainSharesWhenNoAccountKept AsCannotRetainSharesWhenNoAccountKept { get; }
Property Value
Type Description
MembersRemoveError.CannotRetainSharesWhenNoAccountKept
View Source

AsCannotRetainSharesWhenTeamExternalSharingOff

Gets this instance as a CannotRetainSharesWhenTeamExternalSharingOff, or null.

Declaration
public MembersRemoveError.CannotRetainSharesWhenTeamExternalSharingOff AsCannotRetainSharesWhenTeamExternalSharingOff { get; }
Property Value
Type Description
MembersRemoveError.CannotRetainSharesWhenTeamExternalSharingOff
View Source

AsEmailAddressTooLongToBeDisabled

Gets this instance as a EmailAddressTooLongToBeDisabled, or null.

Declaration
public MembersRemoveError.EmailAddressTooLongToBeDisabled AsEmailAddressTooLongToBeDisabled { get; }
Property Value
Type Description
MembersRemoveError.EmailAddressTooLongToBeDisabled
View Source

AsMemberIsTransferDestination

Gets this instance as a MemberIsTransferDestination, or null.

Declaration
public MembersRemoveError.MemberIsTransferDestination AsMemberIsTransferDestination { get; }
Property Value
Type Description
MembersRemoveError.MemberIsTransferDestination
View Source

AsOther

Gets this instance as a Other, or null.

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

AsRecipientNotVerified

Gets this instance as a RecipientNotVerified, or null.

Declaration
public MembersRemoveError.RecipientNotVerified AsRecipientNotVerified { get; }
Property Value
Type Description
MembersRemoveError.RecipientNotVerified
View Source

AsRemoveLastAdmin

Gets this instance as a RemoveLastAdmin, or null.

Declaration
public MembersRemoveError.RemoveLastAdmin AsRemoveLastAdmin { get; }
Property Value
Type Description
MembersRemoveError.RemoveLastAdmin
View Source

AsRemovedAndTransferAdminShouldDiffer

Gets this instance as a RemovedAndTransferAdminShouldDiffer, or null.

Declaration
public MembersRemoveError.RemovedAndTransferAdminShouldDiffer AsRemovedAndTransferAdminShouldDiffer { get; }
Property Value
Type Description
MembersRemoveError.RemovedAndTransferAdminShouldDiffer
View Source

AsRemovedAndTransferDestShouldDiffer

Gets this instance as a RemovedAndTransferDestShouldDiffer, or null.

Declaration
public MembersRemoveError.RemovedAndTransferDestShouldDiffer AsRemovedAndTransferDestShouldDiffer { get; }
Property Value
Type Description
MembersRemoveError.RemovedAndTransferDestShouldDiffer
View Source

AsTransferAdminIsNotAdmin

Gets this instance as a TransferAdminIsNotAdmin, or null.

Declaration
public MembersRemoveError.TransferAdminIsNotAdmin AsTransferAdminIsNotAdmin { get; }
Property Value
Type Description
MembersRemoveError.TransferAdminIsNotAdmin
View Source

AsTransferAdminUserNotFound

Gets this instance as a TransferAdminUserNotFound, or null.

Declaration
public MembersRemoveError.TransferAdminUserNotFound AsTransferAdminUserNotFound { get; }
Property Value
Type Description
MembersRemoveError.TransferAdminUserNotFound
View Source

AsTransferAdminUserNotInTeam

Gets this instance as a TransferAdminUserNotInTeam, or null.

Declaration
public MembersRemoveError.TransferAdminUserNotInTeam AsTransferAdminUserNotInTeam { get; }
Property Value
Type Description
MembersRemoveError.TransferAdminUserNotInTeam
View Source

AsTransferDestUserNotFound

Gets this instance as a TransferDestUserNotFound, or null.

Declaration
public MembersRemoveError.TransferDestUserNotFound AsTransferDestUserNotFound { get; }
Property Value
Type Description
MembersRemoveError.TransferDestUserNotFound
View Source

AsTransferDestUserNotInTeam

Gets this instance as a TransferDestUserNotInTeam, or null.

Declaration
public MembersRemoveError.TransferDestUserNotInTeam AsTransferDestUserNotInTeam { get; }
Property Value
Type Description
MembersRemoveError.TransferDestUserNotInTeam
View Source

AsTransferInProgress

Gets this instance as a TransferInProgress, or null.

Declaration
public MembersRemoveError.TransferInProgress AsTransferInProgress { get; }
Property Value
Type Description
MembersRemoveError.TransferInProgress
View Source

AsUnspecifiedTransferAdminId

Gets this instance as a UnspecifiedTransferAdminId, or null.

Declaration
public MembersRemoveError.UnspecifiedTransferAdminId AsUnspecifiedTransferAdminId { get; }
Property Value
Type Description
MembersRemoveError.UnspecifiedTransferAdminId
View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public MembersRemoveError.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
MembersRemoveError.UserNotFound
View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersRemoveError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersRemoveError.UserNotInTeam
View Source

IsAlreadyTransferred

Gets a value indicating whether this instance is AlreadyTransferred

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

IsAlreadyTransferredOrDeleted

Gets a value indicating whether this instance is AlreadyTransferredOrDeleted

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

IsCannotKeepAccount

Gets a value indicating whether this instance is CannotKeepAccount

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

IsCannotKeepAccountAndDeleteData

Gets a value indicating whether this instance is CannotKeepAccountAndDeleteData

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

IsCannotKeepAccountAndPermanentlyDelete

Gets a value indicating whether this instance is CannotKeepAccountAndPermanentlyDelete

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

IsCannotKeepAccountAndTransfer

Gets a value indicating whether this instance is CannotKeepAccountAndTransfer

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

IsCannotKeepAccountRequiredToSignTos

Gets a value indicating whether this instance is CannotKeepAccountRequiredToSignTos

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

IsCannotKeepAccountUnderLegalHold

Gets a value indicating whether this instance is CannotKeepAccountUnderLegalHold

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

IsCannotKeepInvitedUserAccount

Gets a value indicating whether this instance is CannotKeepInvitedUserAccount

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

IsCannotPermanentlyDeleteAndTransfer

Gets a value indicating whether this instance is CannotPermanentlyDeleteAndTransfer

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

IsCannotRetainSharesWhenDataWiped

Gets a value indicating whether this instance is CannotRetainSharesWhenDataWiped

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

IsCannotRetainSharesWhenNoAccountKept

Gets a value indicating whether this instance is CannotRetainSharesWhenNoAccountKept

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

IsCannotRetainSharesWhenTeamExternalSharingOff

Gets a value indicating whether this instance is CannotRetainSharesWhenTeamExternalSharingOff

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

IsEmailAddressTooLongToBeDisabled

Gets a value indicating whether this instance is EmailAddressTooLongToBeDisabled

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

IsMemberIsTransferDestination

Gets a value indicating whether this instance is MemberIsTransferDestination

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

IsRecipientNotVerified

Gets a value indicating whether this instance is RecipientNotVerified

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

IsRemoveLastAdmin

Gets a value indicating whether this instance is RemoveLastAdmin

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

IsRemovedAndTransferAdminShouldDiffer

Gets a value indicating whether this instance is RemovedAndTransferAdminShouldDiffer

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

IsRemovedAndTransferDestShouldDiffer

Gets a value indicating whether this instance is RemovedAndTransferDestShouldDiffer

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

IsTransferAdminIsNotAdmin

Gets a value indicating whether this instance is TransferAdminIsNotAdmin

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

IsTransferAdminUserNotFound

Gets a value indicating whether this instance is TransferAdminUserNotFound

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

IsTransferAdminUserNotInTeam

Gets a value indicating whether this instance is TransferAdminUserNotInTeam

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

IsTransferDestUserNotFound

Gets a value indicating whether this instance is TransferDestUserNotFound

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

IsTransferDestUserNotInTeam

Gets a value indicating whether this instance is TransferDestUserNotInTeam

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

IsTransferInProgress

Gets a value indicating whether this instance is TransferInProgress

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

IsUnspecifiedTransferAdminId

Gets a value indicating whether this instance is UnspecifiedTransferAdminId

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

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