Show / Hide Table of Contents

Class SaveCopyReferenceArg

The save copy reference arg object

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

Constructors

| Improve this Doc View Source

SaveCopyReferenceArg(String, String)

Initializes a new instance of the SaveCopyReferenceArg class.

Declaration
public SaveCopyReferenceArg(string copyReference, string path)
Parameters
Type Name Description
System.String copyReference

A copy reference returned by CopyReferenceGetAsync(GetCopyReferenceArg).

System.String path

Path in the user's Dropbox that is the destination.

Properties

| Improve this Doc View Source

CopyReference

A copy reference returned by CopyReferenceGetAsync(GetCopyReferenceArg).

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

Path

Path in the user's Dropbox that is the destination.

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