Class ShareFolderJobStatus
The share folder job status object
Inheritance
ShareFolderJobStatus
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ShareFolderJobStatus
Constructors
View SourceShareFolderJobStatus()
Initializes a new instance of the ShareFolderJobStatus class.
Declaration
public ShareFolderJobStatus()
Properties
View SourceAsComplete
Gets this instance as a Complete, or null.
Declaration
public ShareFolderJobStatus.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderJobStatus.Complete |
AsFailed
Gets this instance as a Failed, or null.
Declaration
public ShareFolderJobStatus.Failed AsFailed { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderJobStatus.Failed |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public ShareFolderJobStatus.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| ShareFolderJobStatus.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 |