Class RelocationBatchResultEntry.Success
The success object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class RelocationBatchResultEntry.Success : RelocationBatchResultEntry
Constructors
View SourceSuccess(Metadata)
Initializes a new instance of the RelocationBatchResultEntry.Success class.
Declaration
public Success(Metadata value)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public Metadata Value { get; }
Property Value
| Type | Description |
|---|---|
| Metadata |