Class MembersTransferFilesError
The members transfer files error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersTransferFilesError
Constructors
View SourceMembersTransferFilesError()
Initializes a new instance of the MembersTransferFilesError class.
Declaration
public MembersTransferFilesError()
Properties
View SourceAsAlreadyTransferred
Gets this instance as a AlreadyTransferred, or null.
Declaration
public MembersTransferFilesError.AlreadyTransferred AsAlreadyTransferred { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.AlreadyTransferred |
AsAlreadyTransferredOrDeleted
Gets this instance as a AlreadyTransferredOrDeleted, or null.
Declaration
public MembersTransferFilesError.AlreadyTransferredOrDeleted AsAlreadyTransferredOrDeleted { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.AlreadyTransferredOrDeleted |
AsOther
Gets this instance as a Other, or null.
Declaration
public MembersTransferFilesError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.Other |
AsRecipientNotVerified
Gets this instance as a RecipientNotVerified, or null.
Declaration
public MembersTransferFilesError.RecipientNotVerified AsRecipientNotVerified { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.RecipientNotVerified |
AsRemovedAndTransferAdminShouldDiffer
Gets this instance as a RemovedAndTransferAdminShouldDiffer, or
null.
Declaration
public MembersTransferFilesError.RemovedAndTransferAdminShouldDiffer AsRemovedAndTransferAdminShouldDiffer { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.RemovedAndTransferAdminShouldDiffer |
AsRemovedAndTransferDestShouldDiffer
Gets this instance as a RemovedAndTransferDestShouldDiffer, or
null.
Declaration
public MembersTransferFilesError.RemovedAndTransferDestShouldDiffer AsRemovedAndTransferDestShouldDiffer { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.RemovedAndTransferDestShouldDiffer |
AsTransferAdminIsNotAdmin
Gets this instance as a TransferAdminIsNotAdmin, or null.
Declaration
public MembersTransferFilesError.TransferAdminIsNotAdmin AsTransferAdminIsNotAdmin { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.TransferAdminIsNotAdmin |
AsTransferAdminUserNotFound
Gets this instance as a TransferAdminUserNotFound, or null.
Declaration
public MembersTransferFilesError.TransferAdminUserNotFound AsTransferAdminUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.TransferAdminUserNotFound |
AsTransferAdminUserNotInTeam
Gets this instance as a TransferAdminUserNotInTeam, or null.
Declaration
public MembersTransferFilesError.TransferAdminUserNotInTeam AsTransferAdminUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.TransferAdminUserNotInTeam |
AsTransferDestUserNotFound
Gets this instance as a TransferDestUserNotFound, or null.
Declaration
public MembersTransferFilesError.TransferDestUserNotFound AsTransferDestUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.TransferDestUserNotFound |
AsTransferDestUserNotInTeam
Gets this instance as a TransferDestUserNotInTeam, or null.
Declaration
public MembersTransferFilesError.TransferDestUserNotInTeam AsTransferDestUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.TransferDestUserNotInTeam |
AsTransferInProgress
Gets this instance as a TransferInProgress, or null.
Declaration
public MembersTransferFilesError.TransferInProgress AsTransferInProgress { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.TransferInProgress |
AsUnspecifiedTransferAdminId
Gets this instance as a UnspecifiedTransferAdminId, or null.
Declaration
public MembersTransferFilesError.UnspecifiedTransferAdminId AsUnspecifiedTransferAdminId { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.UnspecifiedTransferAdminId |
AsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public MembersTransferFilesError.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null.
Declaration
public MembersTransferFilesError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MembersTransferFilesError.UserNotInTeam |
IsAlreadyTransferred
Gets a value indicating whether this instance is AlreadyTransferred
Declaration
public bool IsAlreadyTransferred { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsAlreadyTransferredOrDeleted
Gets a value indicating whether this instance is AlreadyTransferredOrDeleted
Declaration
public bool IsAlreadyTransferredOrDeleted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRecipientNotVerified
Gets a value indicating whether this instance is RecipientNotVerified
Declaration
public bool IsRecipientNotVerified { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRemovedAndTransferAdminShouldDiffer
Gets a value indicating whether this instance is RemovedAndTransferAdminShouldDiffer
Declaration
public bool IsRemovedAndTransferAdminShouldDiffer { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRemovedAndTransferDestShouldDiffer
Gets a value indicating whether this instance is RemovedAndTransferDestShouldDiffer
Declaration
public bool IsRemovedAndTransferDestShouldDiffer { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransferAdminIsNotAdmin
Gets a value indicating whether this instance is TransferAdminIsNotAdmin
Declaration
public bool IsTransferAdminIsNotAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransferAdminUserNotFound
Gets a value indicating whether this instance is TransferAdminUserNotFound
Declaration
public bool IsTransferAdminUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransferAdminUserNotInTeam
Gets a value indicating whether this instance is TransferAdminUserNotInTeam
Declaration
public bool IsTransferAdminUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransferDestUserNotFound
Gets a value indicating whether this instance is TransferDestUserNotFound
Declaration
public bool IsTransferDestUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransferDestUserNotInTeam
Gets a value indicating whether this instance is TransferDestUserNotInTeam
Declaration
public bool IsTransferDestUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTransferInProgress
Gets a value indicating whether this instance is TransferInProgress
Declaration
public bool IsTransferInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnspecifiedTransferAdminId
Gets a value indicating whether this instance is UnspecifiedTransferAdminId
Declaration
public bool IsUnspecifiedTransferAdminId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotFound
Gets a value indicating whether this instance is UserNotFound
Declaration
public bool IsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserNotInTeam
Gets a value indicating whether this instance is UserNotInTeam
Declaration
public bool IsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| bool |