Class RelocationBatchResult
The relocation batch result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RelocationBatchResult : FileOpsResult
Constructors
View SourceRelocationBatchResult(IEnumerable<RelocationBatchResultData>)
Initializes a new instance of the RelocationBatchResult class.
Declaration
public RelocationBatchResult(IEnumerable<RelocationBatchResultData> entries)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<RelocationBatchResultData> | entries | The entries |
Properties
View SourceEntries
Gets the entries of the relocation batch result
Declaration
public IList<RelocationBatchResultData> Entries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<RelocationBatchResultData> |