Show / Hide Table of Contents

Class GetCopyReferenceArg

The get copy reference arg object

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

Constructors

| Improve this Doc View Source

GetCopyReferenceArg(String)

Initializes a new instance of the GetCopyReferenceArg class.

Declaration
public GetCopyReferenceArg(string path)
Parameters
Type Name Description
System.String path

The path to the file or folder you want to get a copy reference to.

Properties

| Improve this Doc View Source

Path

The path to the file or folder you want to get a copy reference to.

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