Dropbox .NET SDK

Class MemberChangeNameDetails

Changed team member name.

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

Constructors

View Source

MemberChangeNameDetails(UserNameLogInfo, UserNameLogInfo)

Initializes a new instance of the MemberChangeNameDetails class.

Declaration
public MemberChangeNameDetails(UserNameLogInfo newValue, UserNameLogInfo previousValue = null)
Parameters
Type Name Description
UserNameLogInfo newValue

New user's name.

UserNameLogInfo previousValue

Previous user's name. Might be missing due to historical data gap.

Properties

View Source

NewValue

New user's name.

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

PreviousValue

Previous user's name. Might be missing due to historical data gap.

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