Show / Hide Table of Contents

Class RelocationBatchArg

The relocation batch arg object

Inheritance
System.Object
RelocationBatchArgBase
RelocationBatchArg
Inherited Members
RelocationBatchArgBase.Entries
RelocationBatchArgBase.Autorename
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 RelocationBatchArg : RelocationBatchArgBase

Constructors

| Improve this Doc View Source

RelocationBatchArg(IEnumerable<RelocationPath>, Boolean, Boolean, Boolean)

Initializes a new instance of the RelocationBatchArg class.

Declaration
public RelocationBatchArg(IEnumerable<RelocationPath> entries, bool autorename = false, bool allowSharedFolder = false, bool allowOwnershipTransfer = 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.

System.Boolean allowSharedFolder

This flag has no effect.

System.Boolean allowOwnershipTransfer

Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies.

Properties

| Improve this Doc View Source

AllowOwnershipTransfer

Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies.

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

AllowSharedFolder

This flag has no effect.

Declaration
public bool AllowSharedFolder { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelocationBatchArg(IEnumerable<RelocationPath>, Boolean, Boolean, Boolean)
  • Properties
    • AllowOwnershipTransfer
    • AllowSharedFolder
Back to top Generated by DocFX