Class SaveUrlArg
The save url arg object
Inheritance
System.Object
SaveUrlArg
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 SaveUrlArg
Constructors
| Improve this Doc View SourceSaveUrlArg(String, String)
Initializes a new instance of the SaveUrlArg class.
Declaration
public SaveUrlArg(string path, string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path in Dropbox where the URL will be saved to. |
System.String | url | The URL to be saved. |
Properties
| Improve this Doc View SourcePath
The path in Dropbox where the URL will be saved to.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Url
The URL to be saved.
Declaration
public string Url { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |