Class MemberChangeEmailDetails
Changed team member email.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberChangeEmailDetails
Constructors
View SourceMemberChangeEmailDetails(string, string)
Initializes a new instance of the MemberChangeEmailDetails class.
Declaration
public MemberChangeEmailDetails(string newValue, string previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newValue | New email. |
| string | previousValue | Previous email. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New email.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousValue
Previous email. Might be missing due to historical data gap.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |