Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTemporaryLinkArg

The get temporary link arg object

Inheritance
object
GetTemporaryLinkArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryLinkArg

Constructors

View Source

GetTemporaryLinkArg(string)

Initializes a new instance of the GetTemporaryLinkArg class.

Declaration
public GetTemporaryLinkArg(string path)
Parameters
Type Name Description
string path

The path to the file you want a temporary link to.

Properties

View Source

Path

The path to the file you want a temporary link to.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK