Class SaveUrlResult
The save url result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SaveUrlResult
Constructors
View SourceSaveUrlResult()
Initializes a new instance of the SaveUrlResult class.
Declaration
public SaveUrlResult()
Properties
View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public SaveUrlResult.AsyncJobId AsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| SaveUrlResult.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null.
Declaration
public SaveUrlResult.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| SaveUrlResult.Complete |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |