Show / Hide Table of Contents

Class MembersRemoveError

The members remove error object

Inheritance
System.Object
MembersRemoveError
MembersRemoveError.CannotKeepAccount
MembersRemoveError.CannotKeepAccountAndDeleteData
MembersRemoveError.CannotKeepAccountAndTransfer
MembersRemoveError.CannotKeepAccountRequiredToSignTos
MembersRemoveError.CannotKeepAccountUnderLegalHold
MembersRemoveError.CannotKeepInvitedUserAccount
MembersRemoveError.CannotRetainSharesWhenDataWiped
MembersRemoveError.CannotRetainSharesWhenNoAccountKept
MembersRemoveError.CannotRetainSharesWhenTeamExternalSharingOff
MembersRemoveError.EmailAddressTooLongToBeDisabled
MembersRemoveError.Other
MembersRemoveError.RecipientNotVerified
MembersRemoveError.RemovedAndTransferAdminShouldDiffer
MembersRemoveError.RemovedAndTransferDestShouldDiffer
MembersRemoveError.RemoveLastAdmin
MembersRemoveError.TransferAdminIsNotAdmin
MembersRemoveError.TransferAdminUserNotFound
MembersRemoveError.TransferAdminUserNotInTeam
MembersRemoveError.TransferDestUserNotFound
MembersRemoveError.TransferDestUserNotInTeam
MembersRemoveError.UnspecifiedTransferAdminId
MembersRemoveError.UserNotFound
MembersRemoveError.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 MembersRemoveError

Constructors

| Improve this Doc View Source

MembersRemoveError()

Initializes a new instance of the MembersRemoveError class.

Declaration
public MembersRemoveError()

Properties

| Improve this Doc View Source

AsCannotKeepAccount

Gets this instance as a CannotKeepAccount, or null.

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

AsCannotKeepAccountAndDeleteData

Gets this instance as a CannotKeepAccountAndDeleteData, or null.

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

AsCannotKeepAccountAndTransfer

Gets this instance as a CannotKeepAccountAndTransfer, or null.

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

AsCannotKeepAccountRequiredToSignTos

Gets this instance as a CannotKeepAccountRequiredToSignTos, or null.

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

AsCannotKeepAccountUnderLegalHold

Gets this instance as a CannotKeepAccountUnderLegalHold, or null.

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

AsCannotKeepInvitedUserAccount

Gets this instance as a CannotKeepInvitedUserAccount, or null.

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

AsCannotRetainSharesWhenDataWiped

Gets this instance as a CannotRetainSharesWhenDataWiped, or null.

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

AsCannotRetainSharesWhenNoAccountKept

Gets this instance as a CannotRetainSharesWhenNoAccountKept, or null.

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

AsCannotRetainSharesWhenTeamExternalSharingOff

Gets this instance as a CannotRetainSharesWhenTeamExternalSharingOff, or null.

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

AsEmailAddressTooLongToBeDisabled

Gets this instance as a EmailAddressTooLongToBeDisabled, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRecipientNotVerified

Gets this instance as a RecipientNotVerified, or null.

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

AsRemovedAndTransferAdminShouldDiffer

Gets this instance as a RemovedAndTransferAdminShouldDiffer, or null.

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

AsRemovedAndTransferDestShouldDiffer

Gets this instance as a RemovedAndTransferDestShouldDiffer, or null.

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

AsRemoveLastAdmin

Gets this instance as a RemoveLastAdmin, or null.

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

AsTransferAdminIsNotAdmin

Gets this instance as a TransferAdminIsNotAdmin, or null.

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

AsTransferAdminUserNotFound

Gets this instance as a TransferAdminUserNotFound, or null.

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

AsTransferAdminUserNotInTeam

Gets this instance as a TransferAdminUserNotInTeam, or null.

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

AsTransferDestUserNotFound

Gets this instance as a TransferDestUserNotFound, or null.

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

AsTransferDestUserNotInTeam

Gets this instance as a TransferDestUserNotInTeam, or null.

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

AsUnspecifiedTransferAdminId

Gets this instance as a UnspecifiedTransferAdminId, or null.

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

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

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

IsCannotKeepAccount

Gets a value indicating whether this instance is CannotKeepAccount

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

IsCannotKeepAccountAndDeleteData

Gets a value indicating whether this instance is CannotKeepAccountAndDeleteData

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

IsCannotKeepAccountAndTransfer

Gets a value indicating whether this instance is CannotKeepAccountAndTransfer

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

IsCannotKeepAccountRequiredToSignTos

Gets a value indicating whether this instance is CannotKeepAccountRequiredToSignTos

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

IsCannotKeepAccountUnderLegalHold

Gets a value indicating whether this instance is CannotKeepAccountUnderLegalHold

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

IsCannotKeepInvitedUserAccount

Gets a value indicating whether this instance is CannotKeepInvitedUserAccount

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

IsCannotRetainSharesWhenDataWiped

Gets a value indicating whether this instance is CannotRetainSharesWhenDataWiped

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

IsCannotRetainSharesWhenNoAccountKept

Gets a value indicating whether this instance is CannotRetainSharesWhenNoAccountKept

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

IsCannotRetainSharesWhenTeamExternalSharingOff

Gets a value indicating whether this instance is CannotRetainSharesWhenTeamExternalSharingOff

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

IsEmailAddressTooLongToBeDisabled

Gets a value indicating whether this instance is EmailAddressTooLongToBeDisabled

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

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

IsRemoveLastAdmin

Gets a value indicating whether this instance is RemoveLastAdmin

Declaration
public bool IsRemoveLastAdmin { 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
    • MembersRemoveError()
  • Properties
    • AsCannotKeepAccount
    • AsCannotKeepAccountAndDeleteData
    • AsCannotKeepAccountAndTransfer
    • AsCannotKeepAccountRequiredToSignTos
    • AsCannotKeepAccountUnderLegalHold
    • AsCannotKeepInvitedUserAccount
    • AsCannotRetainSharesWhenDataWiped
    • AsCannotRetainSharesWhenNoAccountKept
    • AsCannotRetainSharesWhenTeamExternalSharingOff
    • AsEmailAddressTooLongToBeDisabled
    • AsOther
    • AsRecipientNotVerified
    • AsRemovedAndTransferAdminShouldDiffer
    • AsRemovedAndTransferDestShouldDiffer
    • AsRemoveLastAdmin
    • AsTransferAdminIsNotAdmin
    • AsTransferAdminUserNotFound
    • AsTransferAdminUserNotInTeam
    • AsTransferDestUserNotFound
    • AsTransferDestUserNotInTeam
    • AsUnspecifiedTransferAdminId
    • AsUserNotFound
    • AsUserNotInTeam
    • IsCannotKeepAccount
    • IsCannotKeepAccountAndDeleteData
    • IsCannotKeepAccountAndTransfer
    • IsCannotKeepAccountRequiredToSignTos
    • IsCannotKeepAccountUnderLegalHold
    • IsCannotKeepInvitedUserAccount
    • IsCannotRetainSharesWhenDataWiped
    • IsCannotRetainSharesWhenNoAccountKept
    • IsCannotRetainSharesWhenTeamExternalSharingOff
    • IsEmailAddressTooLongToBeDisabled
    • IsOther
    • IsRecipientNotVerified
    • IsRemovedAndTransferAdminShouldDiffer
    • IsRemovedAndTransferDestShouldDiffer
    • IsRemoveLastAdmin
    • IsTransferAdminIsNotAdmin
    • IsTransferAdminUserNotFound
    • IsTransferAdminUserNotInTeam
    • IsTransferDestUserNotFound
    • IsTransferDestUserNotInTeam
    • IsUnspecifiedTransferAdminId
    • IsUserNotFound
    • IsUserNotInTeam
Back to top Generated by DocFX