Class SharedFolderTransferOwnershipDetails
Transferred ownership of shared folder to another member.
Inheritance
System.Object
    SharedFolderTransferOwnershipDetails
  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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderTransferOwnershipDetails
  Constructors
| Improve this Doc View SourceSharedFolderTransferOwnershipDetails(String, String)
Initializes a new instance of the SharedFolderTransferOwnershipDetails class.
Declaration
public SharedFolderTransferOwnershipDetails(string newOwnerEmail, string previousOwnerEmail = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | newOwnerEmail | The email address of the new shared folder owner.  | 
      
| System.String | previousOwnerEmail | The email address of the previous shared folder owner.  | 
      
Properties
| Improve this Doc View SourceNewOwnerEmail
The email address of the new shared folder owner.
Declaration
public string NewOwnerEmail { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PreviousOwnerEmail
The email address of the previous shared folder owner.
Declaration
public string PreviousOwnerEmail { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |