Class SaveUrlArg
The save url arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SaveUrlArg
Constructors
View SourceSaveUrlArg(string, string)
Initializes a new instance of the SaveUrlArg class.
Declaration
public SaveUrlArg(string path, string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path in Dropbox where the URL will be saved to. |
| string | url | The URL to be saved. |
Properties
View SourcePath
The path in Dropbox where the URL will be saved to.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
The URL to be saved.
Declaration
public string Url { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |