Class GetCopyReferenceArg
The get copy reference arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetCopyReferenceArg
Constructors
View SourceGetCopyReferenceArg(string)
Initializes a new instance of the GetCopyReferenceArg class.
Declaration
public GetCopyReferenceArg(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path to the file or folder you want to get a copy reference to. |
Properties
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 |
|---|---|
| string |