Class DashConnectorStatus
The status of the Connector
Inheritance
DashConnectorStatus
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashConnectorStatus
Constructors
View SourceDashConnectorStatus()
Initializes a new instance of the DashConnectorStatus class.
Declaration
public DashConnectorStatus()
Properties
View SourceAsFail
Gets this instance as a Fail, or null.
Declaration
public DashConnectorStatus.Fail AsFail { get; }
Property Value
| Type | Description |
|---|---|
| DashConnectorStatus.Fail |
AsOther
Gets this instance as a Other, or null.
Declaration
public DashConnectorStatus.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| DashConnectorStatus.Other |
AsSuccess
Gets this instance as a Success, or null.
Declaration
public DashConnectorStatus.Success AsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| DashConnectorStatus.Success |
IsFail
Gets a value indicating whether this instance is Fail
Declaration
public bool IsFail { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |