Show / Hide Table of Contents

Class TransferFolderArg

The transfer folder arg object

Inheritance
System.Object
TransferFolderArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class TransferFolderArg

Constructors

| Improve this Doc View Source

TransferFolderArg(String, String)

Initializes a new instance of the TransferFolderArg class.

Declaration
public TransferFolderArg(string sharedFolderId, string toDropboxId)
Parameters
Type Name Description
System.String sharedFolderId

The ID for the shared folder.

System.String toDropboxId

A account or team member ID to transfer ownership to.

Properties

| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToDropboxId

A account or team member ID to transfer ownership to.

Declaration
public string ToDropboxId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TransferFolderArg(String, String)
  • Properties
    • SharedFolderId
    • ToDropboxId
Back to top Generated by DocFX