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