Dropbox .NET SDK
Show / Hide Table of Contents

Class BulkSuspendReportDeliveryStatus

The bulk suspend report delivery status object

Inheritance
object
BulkSuspendReportDeliveryStatus
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusDelivered
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusFailed
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusPending
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusUnspecified
BulkSuspendReportDeliveryStatus.Other
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 BulkSuspendReportDeliveryStatus

Constructors

View Source

BulkSuspendReportDeliveryStatus()

Initializes a new instance of the BulkSuspendReportDeliveryStatus class.

Declaration
public BulkSuspendReportDeliveryStatus()

Properties

View Source

AsBulkSuspendReportDeliveryStatusDelivered

Gets this instance as a BulkSuspendReportDeliveryStatusDelivered, or null.

Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusDelivered AsBulkSuspendReportDeliveryStatusDelivered { get; }
Property Value
Type Description
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusDelivered
View Source

AsBulkSuspendReportDeliveryStatusFailed

Gets this instance as a BulkSuspendReportDeliveryStatusFailed, or null.

Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusFailed AsBulkSuspendReportDeliveryStatusFailed { get; }
Property Value
Type Description
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusFailed
View Source

AsBulkSuspendReportDeliveryStatusPending

Gets this instance as a BulkSuspendReportDeliveryStatusPending, or null.

Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusPending AsBulkSuspendReportDeliveryStatusPending { get; }
Property Value
Type Description
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusPending
View Source

AsBulkSuspendReportDeliveryStatusUnspecified

Gets this instance as a BulkSuspendReportDeliveryStatusUnspecified, or null.

Declaration
public BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusUnspecified AsBulkSuspendReportDeliveryStatusUnspecified { get; }
Property Value
Type Description
BulkSuspendReportDeliveryStatus.BulkSuspendReportDeliveryStatusUnspecified
View Source

AsOther

Gets this instance as a Other, or null.

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

IsBulkSuspendReportDeliveryStatusDelivered

Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusDelivered

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

IsBulkSuspendReportDeliveryStatusFailed

Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusFailed

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

IsBulkSuspendReportDeliveryStatusPending

Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusPending

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

IsBulkSuspendReportDeliveryStatusUnspecified

Gets a value indicating whether this instance is BulkSuspendReportDeliveryStatusUnspecified

Declaration
public bool IsBulkSuspendReportDeliveryStatusUnspecified { 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
In this article
Back to top Dropbox .NET SDK