Class BulkSuspendError
A typed launch rejection. Authorization failures continue to use the API v2 authentication/permission error surface.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class BulkSuspendError
Constructors
View SourceBulkSuspendError()
Initializes a new instance of the BulkSuspendError class.
Declaration
public BulkSuspendError()
Properties
View SourceAsActingAdmin
Gets this instance as a ActingAdmin, or null.
Declaration
public BulkSuspendError.ActingAdmin AsActingAdmin { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.ActingAdmin |
AsDuplicateClientItemId
Gets this instance as a DuplicateClientItemId, or null.
Declaration
public BulkSuspendError.DuplicateClientItemId AsDuplicateClientItemId { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.DuplicateClientItemId |
AsDuplicateTeamMemberId
Gets this instance as a DuplicateTeamMemberId, or null.
Declaration
public BulkSuspendError.DuplicateTeamMemberId AsDuplicateTeamMemberId { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.DuplicateTeamMemberId |
AsInvalidRequest
Gets this instance as a InvalidRequest, or null.
Declaration
public BulkSuspendError.InvalidRequest AsInvalidRequest { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.InvalidRequest |
AsLastAdmin
Gets this instance as a LastAdmin, or null.
Declaration
public BulkSuspendError.LastAdmin AsLastAdmin { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.LastAdmin |
AsOther
Gets this instance as a Other, or null.
Declaration
public BulkSuspendError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.Other |
AsTooManyMembers
Gets this instance as a TooManyMembers, or null.
Declaration
public BulkSuspendError.TooManyMembers AsTooManyMembers { get; }
Property Value
| Type | Description |
|---|---|
| BulkSuspendError.TooManyMembers |
IsActingAdmin
Gets a value indicating whether this instance is ActingAdmin
Declaration
public bool IsActingAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDuplicateClientItemId
Gets a value indicating whether this instance is DuplicateClientItemId
Declaration
public bool IsDuplicateClientItemId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDuplicateTeamMemberId
Gets a value indicating whether this instance is DuplicateTeamMemberId
Declaration
public bool IsDuplicateTeamMemberId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvalidRequest
Gets a value indicating whether this instance is InvalidRequest
Declaration
public bool IsInvalidRequest { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLastAdmin
Gets a value indicating whether this instance is LastAdmin
Declaration
public bool IsLastAdmin { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTooManyMembers
Gets a value indicating whether this instance is TooManyMembers
Declaration
public bool IsTooManyMembers { get; }
Property Value
| Type | Description |
|---|---|
| bool |