Show / Hide Table of Contents

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 Source

SaveUrlArg(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 Source

Path

The path in Dropbox where the URL will be saved to.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Url

The URL to be saved.

Declaration
public string Url { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SaveUrlArg(String, String)
  • Properties
    • Path
    • Url
Back to top Generated by DocFX