Show / Hide Table of Contents

Class TeamFolderPermanentlyDeleteError.AccessError

The access error object

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

Constructors

| Improve this Doc View Source

AccessError(TeamFolderAccessError)

Initializes a new instance of the TeamFolderPermanentlyDeleteError.AccessError class.

Declaration
public AccessError(TeamFolderAccessError value)
Parameters
Type Name Description
TeamFolderAccessError value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public TeamFolderAccessError Value { get; }
Property Value
Type Description
TeamFolderAccessError
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessError(TeamFolderAccessError)
  • Properties
    • Value
Back to top Generated by DocFX