Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderPermanentlyDeleteError

The team folder permanently delete error object

Inheritance
object
TeamFolderPermanentlyDeleteError
TeamFolderPermanentlyDeleteError.AccessError
TeamFolderPermanentlyDeleteError.Other
TeamFolderPermanentlyDeleteError.StatusError
TeamFolderPermanentlyDeleteError.TeamSharedDropboxError
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 TeamFolderPermanentlyDeleteError

Constructors

View Source

TeamFolderPermanentlyDeleteError()

Initializes a new instance of the TeamFolderPermanentlyDeleteError class.

Declaration
public TeamFolderPermanentlyDeleteError()

Properties

View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public TeamFolderPermanentlyDeleteError.AccessError AsAccessError { get; }
Property Value
Type Description
TeamFolderPermanentlyDeleteError.AccessError
View Source

AsOther

Gets this instance as a Other, or null.

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

AsStatusError

Gets this instance as a StatusError, or null.

Declaration
public TeamFolderPermanentlyDeleteError.StatusError AsStatusError { get; }
Property Value
Type Description
TeamFolderPermanentlyDeleteError.StatusError
View Source

AsTeamSharedDropboxError

Gets this instance as a TeamSharedDropboxError, or null.

Declaration
public TeamFolderPermanentlyDeleteError.TeamSharedDropboxError AsTeamSharedDropboxError { get; }
Property Value
Type Description
TeamFolderPermanentlyDeleteError.TeamSharedDropboxError
View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

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

IsStatusError

Gets a value indicating whether this instance is StatusError

Declaration
public bool IsStatusError { get; }
Property Value
Type Description
bool
View Source

IsTeamSharedDropboxError

Gets a value indicating whether this instance is TeamSharedDropboxError

Declaration
public bool IsTeamSharedDropboxError { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK