Show / Hide Table of Contents

Class GetTemporaryLinkArg

The get temporary link arg object

Inheritance
System.Object
GetTemporaryLinkArg
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 GetTemporaryLinkArg

Constructors

| Improve this Doc View Source

GetTemporaryLinkArg(String)

Initializes a new instance of the GetTemporaryLinkArg class.

Declaration
public GetTemporaryLinkArg(string path)
Parameters
Type Name Description
System.String path

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTemporaryLinkArg(String)
  • Properties
    • Path
Back to top Generated by DocFX