Class MembersPermanentlyDeleteFilesError
The members permanently delete files error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersPermanentlyDeleteFilesError
Constructors
View SourceMembersPermanentlyDeleteFilesError()
Initializes a new instance of the MembersPermanentlyDeleteFilesError class.
Declaration
public MembersPermanentlyDeleteFilesError()
Properties
View SourceAsAlreadyTransferred
Gets this instance as a AlreadyTransferred, or null.
Declaration
public MembersPermanentlyDeleteFilesError.AlreadyTransferred AsAlreadyTransferred { get; }
Property Value
| Type | Description |
|---|---|
| MembersPermanentlyDeleteFilesError.AlreadyTransferred |
AsAlreadyTransferredOrDeleted
Gets this instance as a AlreadyTransferredOrDeleted, or null.
Declaration
public MembersPermanentlyDeleteFilesError.AlreadyTransferredOrDeleted AsAlreadyTransferredOrDeleted { get; }
Property Value
| Type | Description |
|---|---|
| MembersPermanentlyDeleteFilesError.AlreadyTransferredOrDeleted |
AsOther
Gets this instance as a Other, or null.
Declaration
public MembersPermanentlyDeleteFilesError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MembersPermanentlyDeleteFilesError.Other |
AsTransferInProgress
Gets this instance as a TransferInProgress, or null.
Declaration
public MembersPermanentlyDeleteFilesError.TransferInProgress AsTransferInProgress { get; }
Property Value
| Type | Description |
|---|---|
| MembersPermanentlyDeleteFilesError.TransferInProgress |
AsUserNotFound
Gets this instance as a UserNotFound, or null.
Declaration
public MembersPermanentlyDeleteFilesError.UserNotFound AsUserNotFound { get; }
Property Value
| Type | Description |
|---|---|
| MembersPermanentlyDeleteFilesError.UserNotFound |
AsUserNotInTeam
Gets this instance as a UserNotInTeam, or null.
Declaration
public MembersPermanentlyDeleteFilesError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
| Type | Description |
|---|---|
| MembersPermanentlyDeleteFilesError.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 |
IsTransferInProgress
Gets a value indicating whether this instance is TransferInProgress
Declaration
public bool IsTransferInProgress { 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 |