Class GetTemporaryUploadLinkResult
The get temporary upload link result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryUploadLinkResult
Constructors
View SourceGetTemporaryUploadLinkResult(string)
Initializes a new instance of the GetTemporaryUploadLinkResult class.
Declaration
public GetTemporaryUploadLinkResult(string link)
Parameters
| Type | Name | Description |
|---|---|---|
| string | link | The temporary link which can be used to stream a file to a Dropbox location. |
Properties
View SourceLink
The temporary link which can be used to stream a file to a Dropbox location.
Declaration
public string Link { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |