Show / Hide Table of Contents

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 Source

GetTemporaryLinkResult(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 Source

Link

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
| Improve this Doc View Source

Metadata

Metadata of the file.

Declaration
public FileMetadata Metadata { get; protected set; }
Property Value
Type Description
FileMetadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTemporaryLinkResult(FileMetadata, String)
  • Properties
    • Link
    • Metadata
Back to top Generated by DocFX