Dropbox .NET SDK

Class MemberChangeEmailDetails

Changed team member email.

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

Constructors

View Source

MemberChangeEmailDetails(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 Source

NewValue

New email.

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

PreviousValue

Previous email. Might be missing due to historical data gap.

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