Dropbox .NET SDK
Show / Hide Table of Contents

Class TeamFolderPermanentlyDeleteError.TeamSharedDropboxError

The team shared dropbox error object

Inheritance
object
TeamFolderPermanentlyDeleteError
TeamFolderPermanentlyDeleteError.TeamSharedDropboxError
Inherited Members
TeamFolderPermanentlyDeleteError.IsAccessError
TeamFolderPermanentlyDeleteError.AsAccessError
TeamFolderPermanentlyDeleteError.IsStatusError
TeamFolderPermanentlyDeleteError.AsStatusError
TeamFolderPermanentlyDeleteError.IsTeamSharedDropboxError
TeamFolderPermanentlyDeleteError.AsTeamSharedDropboxError
TeamFolderPermanentlyDeleteError.IsOther
TeamFolderPermanentlyDeleteError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class TeamFolderPermanentlyDeleteError.TeamSharedDropboxError : TeamFolderPermanentlyDeleteError

Constructors

View Source

TeamSharedDropboxError(TeamFolderTeamSharedDropboxError)

Initializes a new instance of the TeamFolderPermanentlyDeleteError.TeamSharedDropboxError class.

Declaration
public TeamSharedDropboxError(TeamFolderTeamSharedDropboxError value)
Parameters
Type Name Description
TeamFolderTeamSharedDropboxError value

The value

Properties

View Source

Value

Gets the value of this instance.

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