• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class RelocationArg

The relocation arg object

Inheritance
System.Object
RelocationPath
RelocationArg
Inherited Members
RelocationPath.FromPath
RelocationPath.ToPath
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 RelocationArg : RelocationPath

Constructors

| Improve this Doc View Source

RelocationArg(String, String, Boolean, Boolean, Boolean)

Initializes a new instance of the RelocationArg class.

Declaration
public RelocationArg(string fromPath, string toPath, bool allowSharedFolder = false, bool autorename = false, bool allowOwnershipTransfer = false)
Parameters
Type Name Description
System.String fromPath

Path in the user's Dropbox to be copied or moved.

System.String toPath

Path in the user's Dropbox that is the destination.

System.Boolean allowSharedFolder

This flag has no effect.

System.Boolean autorename

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

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

Autorename

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

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