Show / Hide Table of Contents

Class RelocationBatchArgBase

The relocation batch arg base object

Inheritance
System.Object
RelocationBatchArgBase
MoveBatchArg
RelocationBatchArg
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 RelocationBatchArgBase

Constructors

| Improve this Doc View Source

RelocationBatchArgBase(IEnumerable<RelocationPath>, Boolean)

Initializes a new instance of the RelocationBatchArgBase class.

Declaration
public RelocationBatchArgBase(IEnumerable<RelocationPath> entries, bool autorename = false)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RelocationPath> entries

List of entries to be moved or copied. Each entry is RelocationPath.

System.Boolean autorename

If there's a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict.

Properties

| Improve this Doc View Source

Autorename

If there's a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict.

Declaration
public bool Autorename { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Entries

List of entries to be moved or copied. Each entry is RelocationPath.

Declaration
public IList<RelocationPath> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<RelocationPath>

See Also

MoveBatchArg
RelocationBatchArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchArgBase(IEnumerable<RelocationPath>, Boolean)
  • Properties
    • Autorename
    • Entries
  • See Also
Back to top Generated by DocFX