Class RelocationBatchResult
The relocation batch 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 RelocationBatchResult : FileOpsResult
Constructors
| Improve this Doc View SourceRelocationBatchResult(IEnumerable<RelocationBatchResultData>)
Initializes a new instance of the RelocationBatchResult class.
Declaration
public RelocationBatchResult(IEnumerable<RelocationBatchResultData> entries)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RelocationBatchResultData> | entries | The entries |
Properties
| Improve this Doc View SourceEntries
Gets the entries of the relocation batch result
Declaration
public IList<RelocationBatchResultData> Entries { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RelocationBatchResultData> |