Dropbox .NET SDK

Class SharedFolderTransferOwnershipDetails

Transferred ownership of shared folder to another member.

Inheritance
object
SharedFolderTransferOwnershipDetails
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 SharedFolderTransferOwnershipDetails

Constructors

View Source

SharedFolderTransferOwnershipDetails(string, string)

Initializes a new instance of the SharedFolderTransferOwnershipDetails class.

Declaration
public SharedFolderTransferOwnershipDetails(string newOwnerEmail, string previousOwnerEmail = null)
Parameters
Type Name Description
string newOwnerEmail

The email address of the new shared folder owner.

string previousOwnerEmail

The email address of the previous shared folder owner.

Properties

View Source

NewOwnerEmail

The email address of the new shared folder owner.

Declaration
public string NewOwnerEmail { get; protected set; }
Property Value
Type Description
string
View Source

PreviousOwnerEmail

The email address of the previous shared folder owner.

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