Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendRowFailure

Stable machine-readable reasons used by the terminal row report.

Inheritance
object
BulkSuspendRowFailure
BulkSuspendRowFailure.Other
BulkSuspendRowFailure.PermissionChanged
BulkSuspendRowFailure.ProtectedActingAdmin
BulkSuspendRowFailure.SuspendFailed
BulkSuspendRowFailure.SuspendInactiveUser
BulkSuspendRowFailure.SuspendLastAdmin
BulkSuspendRowFailure.TeamLicenseLimit
BulkSuspendRowFailure.UserNotFound
BulkSuspendRowFailure.UserNotInTeam
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 BulkSuspendRowFailure

Constructors

View Source

BulkSuspendRowFailure()

Initializes a new instance of the BulkSuspendRowFailure class.

Declaration
public BulkSuspendRowFailure()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsPermissionChanged

Gets this instance as a PermissionChanged, or null.

Declaration
public BulkSuspendRowFailure.PermissionChanged AsPermissionChanged { get; }
Property Value
Type Description
BulkSuspendRowFailure.PermissionChanged
View Source

AsProtectedActingAdmin

Gets this instance as a ProtectedActingAdmin, or null.

Declaration
public BulkSuspendRowFailure.ProtectedActingAdmin AsProtectedActingAdmin { get; }
Property Value
Type Description
BulkSuspendRowFailure.ProtectedActingAdmin
View Source

AsSuspendFailed

Gets this instance as a SuspendFailed, or null.

Declaration
public BulkSuspendRowFailure.SuspendFailed AsSuspendFailed { get; }
Property Value
Type Description
BulkSuspendRowFailure.SuspendFailed
View Source

AsSuspendInactiveUser

Gets this instance as a SuspendInactiveUser, or null.

Declaration
public BulkSuspendRowFailure.SuspendInactiveUser AsSuspendInactiveUser { get; }
Property Value
Type Description
BulkSuspendRowFailure.SuspendInactiveUser
View Source

AsSuspendLastAdmin

Gets this instance as a SuspendLastAdmin, or null.

Declaration
public BulkSuspendRowFailure.SuspendLastAdmin AsSuspendLastAdmin { get; }
Property Value
Type Description
BulkSuspendRowFailure.SuspendLastAdmin
View Source

AsTeamLicenseLimit

Gets this instance as a TeamLicenseLimit, or null.

Declaration
public BulkSuspendRowFailure.TeamLicenseLimit AsTeamLicenseLimit { get; }
Property Value
Type Description
BulkSuspendRowFailure.TeamLicenseLimit
View Source

AsUserNotFound

Gets this instance as a UserNotFound, or null.

Declaration
public BulkSuspendRowFailure.UserNotFound AsUserNotFound { get; }
Property Value
Type Description
BulkSuspendRowFailure.UserNotFound
View Source

AsUserNotInTeam

Gets this instance as a UserNotInTeam, or null.

Declaration
public BulkSuspendRowFailure.UserNotInTeam AsUserNotInTeam { get; }
Property Value
Type Description
BulkSuspendRowFailure.UserNotInTeam
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsPermissionChanged

Gets a value indicating whether this instance is PermissionChanged

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

IsProtectedActingAdmin

Gets a value indicating whether this instance is ProtectedActingAdmin

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

IsSuspendFailed

Gets a value indicating whether this instance is SuspendFailed

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

IsSuspendInactiveUser

Gets a value indicating whether this instance is SuspendInactiveUser

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

IsSuspendLastAdmin

Gets a value indicating whether this instance is SuspendLastAdmin

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

IsTeamLicenseLimit

Gets a value indicating whether this instance is TeamLicenseLimit

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

IsUserNotFound

Gets a value indicating whether this instance is UserNotFound

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

IsUserNotInTeam

Gets a value indicating whether this instance is UserNotInTeam

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