Dropbox .NET SDK
Show / Hide Table of Contents

Class GetAccountBatchError

The get account batch error object

Inheritance
object
GetAccountBatchError
GetAccountBatchError.NoAccount
GetAccountBatchError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class GetAccountBatchError

Constructors

View Source

GetAccountBatchError()

Initializes a new instance of the GetAccountBatchError class.

Declaration
public GetAccountBatchError()

Properties

View Source

AsNoAccount

Gets this instance as a NoAccount, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsNoAccount

Gets a value indicating whether this instance is NoAccount

Declaration
public bool IsNoAccount { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK