Class GetTemporaryLinkArg
The get temporary link arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTemporaryLinkArg
Constructors
View SourceGetTemporaryLinkArg(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 SourcePath
The path to the file you want a temporary link to.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |