Dropbox .NET SDK

Class FileTransfersTransferSendDetails

Sent transfer.

Inheritance
object
FileTransfersTransferSendDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FileTransfersTransferSendDetails

Constructors

View Source

FileTransfersTransferSendDetails(string)

Initializes a new instance of the FileTransfersTransferSendDetails class.

Declaration
public FileTransfersTransferSendDetails(string fileTransferId)
Parameters
Type Name Description
string fileTransferId

Transfer id.

Properties

View Source

FileTransferId

Transfer id.

Declaration
public string FileTransferId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK