Class SharedFolderTransferOwnershipDetails
Transferred ownership of shared folder to another member.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderTransferOwnershipDetails
Constructors
View SourceSharedFolderTransferOwnershipDetails(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 SourceNewOwnerEmail
The email address of the new shared folder owner.
Declaration
public string NewOwnerEmail { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousOwnerEmail
The email address of the previous shared folder owner.
Declaration
public string PreviousOwnerEmail { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |