Show / Hide Table of Contents

Class TeamFolderListError

The team folder list error object

Inheritance
System.Object
TeamFolderListError
Inherited Members
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 class TeamFolderListError

Constructors

| Improve this Doc View Source

TeamFolderListError(TeamFolderAccessError)

Initializes a new instance of the TeamFolderListError class.

Declaration
public TeamFolderListError(TeamFolderAccessError accessError)
Parameters
Type Name Description
TeamFolderAccessError accessError

The access error

Properties

| Improve this Doc View Source

AccessError

Gets the access error of the team folder list error

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