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 SourceTeamFolderListError(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 SourceAccessError
Gets the access error of the team folder list error
Declaration
public TeamFolderAccessError AccessError { get; protected set; }
Property Value
Type | Description |
---|---|
TeamFolderAccessError |