Class SaveCopyReferenceResult
The save copy reference result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SaveCopyReferenceResult
Constructors
View SourceSaveCopyReferenceResult(Metadata)
Initializes a new instance of the SaveCopyReferenceResult class.
Declaration
public SaveCopyReferenceResult(Metadata metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | metadata | The metadata of the saved file or folder in the user's Dropbox. |
Properties
View SourceMetadata
The metadata of the saved file or folder in the user's Dropbox.
Declaration
public Metadata Metadata { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Metadata |