Dropbox .NET SDK
Show / Hide Table of Contents

Class SaveCopyReferenceResult

The save copy reference result object

Inheritance
object
SaveCopyReferenceResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class SaveCopyReferenceResult

Constructors

View Source

SaveCopyReferenceResult(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 Source

Metadata

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
  • View Source
In this article
Back to top Dropbox .NET SDK