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 SourceGetCopyReferenceArg(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 SourcePath
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 |