Dropbox .NET SDK
Show / Hide Table of Contents

Class MembersPermanentlyDeleteFilesError

The members permanently delete files error object

Inheritance
object
MembersPermanentlyDeleteFilesError
MembersPermanentlyDeleteFilesError.AlreadyTransferred
MembersPermanentlyDeleteFilesError.AlreadyTransferredOrDeleted
MembersPermanentlyDeleteFilesError.Other
MembersPermanentlyDeleteFilesError.TransferInProgress
MembersPermanentlyDeleteFilesError.UserNotFound
MembersPermanentlyDeleteFilesError.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 MembersPermanentlyDeleteFilesError

Constructors

View Source

MembersPermanentlyDeleteFilesError()

Initializes a new instance of the MembersPermanentlyDeleteFilesError class.

Declaration
public MembersPermanentlyDeleteFilesError()

Properties

View Source

AsAlreadyTransferred

Gets this instance as a AlreadyTransferred, or null.

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

AsAlreadyTransferredOrDeleted

Gets this instance as a AlreadyTransferredOrDeleted, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTransferInProgress

Gets this instance as a TransferInProgress, or null.

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

AsUserNotFound

Gets this instance as a UserNotFound, or null.

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

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public MembersPermanentlyDeleteFilesError.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
MembersPermanentlyDeleteFilesError.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

IsOther

Gets a value indicating whether this instance is Other

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

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