Show / Hide Table of Contents

Class GetAccountBatchError

The get account batch error object

Inheritance
System.Object
GetAccountBatchError
GetAccountBatchError.NoAccount
GetAccountBatchError.Other
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountBatchError

Constructors

| Improve this Doc View Source

GetAccountBatchError()

Initializes a new instance of the GetAccountBatchError class.

Declaration
public GetAccountBatchError()

Properties

| Improve this Doc View Source

AsNoAccount

Gets this instance as a NoAccount, or null.

Declaration
public GetAccountBatchError.NoAccount AsNoAccount { get; }
Property Value
Type Description
GetAccountBatchError.NoAccount
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsNoAccount

Gets a value indicating whether this instance is NoAccount

Declaration
public bool IsNoAccount { 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
In This Article
  • Constructors
    • GetAccountBatchError()
  • Properties
    • AsNoAccount
    • AsOther
    • IsNoAccount
    • IsOther
Back to top Generated by DocFX