Class GetTemporaryLinkResult
The get temporary link result object
Inheritance
System.Object
GetTemporaryLinkResult
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryLinkResult
Constructors
| Improve this Doc 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. |
System.String | link | The temporary link which can be used to stream content the file. |
Properties
| Improve this Doc 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 |
---|---|
System.String |
Metadata
Metadata of the file.
Declaration
public FileMetadata Metadata { get; protected set; }
Property Value
Type | Description |
---|---|
FileMetadata |