Class MembersAddJobStatus
The members add job status object
Inheritance
MembersAddJobStatus
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MembersAddJobStatus
Constructors
View SourceMembersAddJobStatus()
Initializes a new instance of the MembersAddJobStatus class.
Declaration
public MembersAddJobStatus()
Properties
View SourceAsComplete
Gets this instance as a Complete, or null.
Declaration
public MembersAddJobStatus.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddJobStatus.Complete |
AsFailed
Gets this instance as a Failed, or null.
Declaration
public MembersAddJobStatus.Failed AsFailed { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddJobStatus.Failed |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public MembersAddJobStatus.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| MembersAddJobStatus.InProgress |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsFailed
Gets a value indicating whether this instance is Failed
Declaration
public bool IsFailed { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |