Show / Hide Table of Contents

Class MemberChangeEmailDetails

Changed team member email.

Inheritance
System.Object
MemberChangeEmailDetails
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 MemberChangeEmailDetails

Constructors

| Improve this Doc 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
System.String newValue

New email.

System.String previousValue

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

Properties

| Improve this Doc View Source

NewValue

New email.

Declaration
public string NewValue { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousValue

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

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberChangeEmailDetails(String, String)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX