Class RelocationResult
The relocation result object
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 RelocationResult : FileOpsResult
Constructors
| Improve this Doc View SourceRelocationResult(Metadata)
Initializes a new instance of the RelocationResult class.
Declaration
public RelocationResult(Metadata metadata)
Parameters
Type | Name | Description |
---|---|---|
Metadata | metadata | Metadata of the relocated object. |
Properties
| Improve this Doc View SourceMetadata
Metadata of the relocated object.
Declaration
public Metadata Metadata { get; protected set; }
Property Value
Type | Description |
---|---|
Metadata |