• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class BaseTeamFolderError

Base error that all errors for existing team folders should extend.

Inheritance
System.Object
BaseTeamFolderError
BaseTeamFolderError.AccessError
BaseTeamFolderError.Other
BaseTeamFolderError.StatusError
BaseTeamFolderError.TeamSharedDropboxError
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 BaseTeamFolderError

Constructors

| Improve this Doc View Source

BaseTeamFolderError()

Initializes a new instance of the BaseTeamFolderError class.

Declaration
public BaseTeamFolderError()

Properties

| Improve this Doc View Source

AsAccessError

Gets this instance as a AccessError, or null.

Declaration
public BaseTeamFolderError.AccessError AsAccessError { get; }
Property Value
Type Description
BaseTeamFolderError.AccessError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public BaseTeamFolderError.Other AsOther { get; }
Property Value
Type Description
BaseTeamFolderError.Other
| Improve this Doc View Source

AsStatusError

Gets this instance as a StatusError, or null.

Declaration
public BaseTeamFolderError.StatusError AsStatusError { get; }
Property Value
Type Description
BaseTeamFolderError.StatusError
| Improve this Doc View Source

AsTeamSharedDropboxError

Gets this instance as a TeamSharedDropboxError, or null.

Declaration
public BaseTeamFolderError.TeamSharedDropboxError AsTeamSharedDropboxError { get; }
Property Value
Type Description
BaseTeamFolderError.TeamSharedDropboxError
| Improve this Doc View Source

IsAccessError

Gets a value indicating whether this instance is AccessError

Declaration
public bool IsAccessError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsStatusError

Gets a value indicating whether this instance is StatusError

Declaration
public bool IsStatusError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTeamSharedDropboxError

Gets a value indicating whether this instance is TeamSharedDropboxError

Declaration
public bool IsTeamSharedDropboxError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BaseTeamFolderError()
  • Properties
    • AsAccessError
    • AsOther
    • AsStatusError
    • AsTeamSharedDropboxError
    • IsAccessError
    • IsOther
    • IsStatusError
    • IsTeamSharedDropboxError
Back to top Generated by DocFX