Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendRowOutcome.Failed

The failed object

Inheritance
object
BulkSuspendRowOutcome
BulkSuspendRowOutcome.Failed
Inherited Members
BulkSuspendRowOutcome.IsSuspended
BulkSuspendRowOutcome.AsSuspended
BulkSuspendRowOutcome.IsFailed
BulkSuspendRowOutcome.AsFailed
BulkSuspendRowOutcome.IsUnknown
BulkSuspendRowOutcome.AsUnknown
BulkSuspendRowOutcome.IsOther
BulkSuspendRowOutcome.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class BulkSuspendRowOutcome.Failed : BulkSuspendRowOutcome

Constructors

View Source

Failed(BulkSuspendRowFailure)

Initializes a new instance of the BulkSuspendRowOutcome.Failed class.

Declaration
public Failed(BulkSuspendRowFailure value)
Parameters
Type Name Description
BulkSuspendRowFailure value

The value

Properties

View Source

Value

Gets the value of this instance.

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