Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendError

A typed launch rejection. Authorization failures continue to use the API v2 authentication/permission error surface.

Inheritance
object
BulkSuspendError
BulkSuspendError.ActingAdmin
BulkSuspendError.DuplicateClientItemId
BulkSuspendError.DuplicateTeamMemberId
BulkSuspendError.InvalidRequest
BulkSuspendError.LastAdmin
BulkSuspendError.Other
BulkSuspendError.TooManyMembers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendError

Constructors

View Source

BulkSuspendError()

Initializes a new instance of the BulkSuspendError class.

Declaration
public BulkSuspendError()

Properties

View Source

AsActingAdmin

Gets this instance as a ActingAdmin, or null.

Declaration
public BulkSuspendError.ActingAdmin AsActingAdmin { get; }
Property Value
Type Description
BulkSuspendError.ActingAdmin
View Source

AsDuplicateClientItemId

Gets this instance as a DuplicateClientItemId, or null.

Declaration
public BulkSuspendError.DuplicateClientItemId AsDuplicateClientItemId { get; }
Property Value
Type Description
BulkSuspendError.DuplicateClientItemId
View Source

AsDuplicateTeamMemberId

Gets this instance as a DuplicateTeamMemberId, or null.

Declaration
public BulkSuspendError.DuplicateTeamMemberId AsDuplicateTeamMemberId { get; }
Property Value
Type Description
BulkSuspendError.DuplicateTeamMemberId
View Source

AsInvalidRequest

Gets this instance as a InvalidRequest, or null.

Declaration
public BulkSuspendError.InvalidRequest AsInvalidRequest { get; }
Property Value
Type Description
BulkSuspendError.InvalidRequest
View Source

AsLastAdmin

Gets this instance as a LastAdmin, or null.

Declaration
public BulkSuspendError.LastAdmin AsLastAdmin { get; }
Property Value
Type Description
BulkSuspendError.LastAdmin
View Source

AsOther

Gets this instance as a Other, or null.

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

AsTooManyMembers

Gets this instance as a TooManyMembers, or null.

Declaration
public BulkSuspendError.TooManyMembers AsTooManyMembers { get; }
Property Value
Type Description
BulkSuspendError.TooManyMembers
View Source

IsActingAdmin

Gets a value indicating whether this instance is ActingAdmin

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

IsDuplicateClientItemId

Gets a value indicating whether this instance is DuplicateClientItemId

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

IsDuplicateTeamMemberId

Gets a value indicating whether this instance is DuplicateTeamMemberId

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

IsInvalidRequest

Gets a value indicating whether this instance is InvalidRequest

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

IsLastAdmin

Gets a value indicating whether this instance is LastAdmin

Declaration
public bool IsLastAdmin { 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

IsTooManyMembers

Gets a value indicating whether this instance is TooManyMembers

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