Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendTaskFailure

The bulk suspend task failure object

Inheritance
object
BulkSuspendTaskFailure
BulkSuspendTaskFailure.Other
BulkSuspendTaskFailure.UnusableResult
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 BulkSuspendTaskFailure

Constructors

View Source

BulkSuspendTaskFailure()

Initializes a new instance of the BulkSuspendTaskFailure class.

Declaration
public BulkSuspendTaskFailure()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnusableResult

Gets this instance as a UnusableResult, or null.

Declaration
public BulkSuspendTaskFailure.UnusableResult AsUnusableResult { get; }
Property Value
Type Description
BulkSuspendTaskFailure.UnusableResult
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsUnusableResult

Gets a value indicating whether this instance is UnusableResult

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