Class TransferFolderArg
The transfer folder arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class TransferFolderArg
Constructors
View SourceTransferFolderArg(string, string)
Initializes a new instance of the TransferFolderArg class.
Declaration
public TransferFolderArg(string sharedFolderId, string toDropboxId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID for the shared folder. |
| string | toDropboxId | A account or team member ID to transfer ownership to. |
Properties
View SourceSharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ToDropboxId
A account or team member ID to transfer ownership to.
Declaration
public string ToDropboxId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |