Class RemoveMemberJobStatus
The remove member job status object
Inheritance
System.Object
RemoveMemberJobStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RemoveMemberJobStatus
Constructors
| Improve this Doc View SourceRemoveMemberJobStatus()
Initializes a new instance of the RemoveMemberJobStatus class.
Declaration
public RemoveMemberJobStatus()
Properties
| Improve this Doc View SourceAsComplete
Gets this instance as a Complete, or null
.
Declaration
public RemoveMemberJobStatus.Complete AsComplete { get; }
Property Value
Type | Description |
---|---|
RemoveMemberJobStatus.Complete |
AsFailed
Gets this instance as a Failed, or null
.
Declaration
public RemoveMemberJobStatus.Failed AsFailed { get; }
Property Value
Type | Description |
---|---|
RemoveMemberJobStatus.Failed |
AsInProgress
Gets this instance as a InProgress, or null
.
Declaration
public RemoveMemberJobStatus.InProgress AsInProgress { get; }
Property Value
Type | Description |
---|---|
RemoveMemberJobStatus.InProgress |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFailed
Gets a value indicating whether this instance is Failed
Declaration
public bool IsFailed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
Type | Description |
---|---|
System.Boolean |