Class GetTemporaryUploadLinkResult
The get temporary upload link result object
Inheritance
System.Object
GetTemporaryUploadLinkResult
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 GetTemporaryUploadLinkResult
Constructors
| Improve this Doc View SourceGetTemporaryUploadLinkResult(String)
Initializes a new instance of the GetTemporaryUploadLinkResult class.
Declaration
public GetTemporaryUploadLinkResult(string link)
Parameters
Type | Name | Description |
---|---|---|
System.String | link | The temporary link which can be used to stream a file to a Dropbox location. |
Properties
| Improve this Doc 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 |
---|---|
System.String |