Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendRowOutcome

The terminal outcome for one requested member. Row outcomes are delivered in the report rather than embedded in the status response.

Inheritance
object
BulkSuspendRowOutcome
BulkSuspendRowOutcome.Failed
BulkSuspendRowOutcome.Other
BulkSuspendRowOutcome.Suspended
BulkSuspendRowOutcome.Unknown
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 BulkSuspendRowOutcome

Constructors

View Source

BulkSuspendRowOutcome()

Initializes a new instance of the BulkSuspendRowOutcome class.

Declaration
public BulkSuspendRowOutcome()

Properties

View Source

AsFailed

Gets this instance as a Failed, or null.

Declaration
public BulkSuspendRowOutcome.Failed AsFailed { get; }
Property Value
Type Description
BulkSuspendRowOutcome.Failed
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSuspended

Gets this instance as a Suspended, or null.

Declaration
public BulkSuspendRowOutcome.Suspended AsSuspended { get; }
Property Value
Type Description
BulkSuspendRowOutcome.Suspended
View Source

AsUnknown

Gets this instance as a Unknown, or null.

Declaration
public BulkSuspendRowOutcome.Unknown AsUnknown { get; }
Property Value
Type Description
BulkSuspendRowOutcome.Unknown
View Source

IsFailed

Gets a value indicating whether this instance is Failed

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

IsSuspended

Gets a value indicating whether this instance is Suspended

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

IsUnknown

Gets a value indicating whether this instance is Unknown

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