Dropbox .NET SDK

Class MemberAddNameDetails

Added team member name.

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

Constructors

View Source

MemberAddNameDetails(UserNameLogInfo)

Initializes a new instance of the MemberAddNameDetails class.

Declaration
public MemberAddNameDetails(UserNameLogInfo newValue)
Parameters
Type Name Description
UserNameLogInfo newValue

New user's name.

Properties

View Source

NewValue

New user's name.

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