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