Class RelocationArg
The relocation arg 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 RelocationArg : RelocationPath
Constructors
| Improve this Doc View SourceRelocationArg(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 SourceAllowOwnershipTransfer
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 |
AllowSharedFolder
This flag has no effect.
Declaration
public bool AllowSharedFolder { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |