Dropbox .NET SDK

Class UserNameLogInfo

User's name logged information

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

Constructors

View Source

UserNameLogInfo(string, string, string)

Initializes a new instance of the UserNameLogInfo class.

Declaration
public UserNameLogInfo(string givenName, string surname, string locale = null)
Parameters
Type Name Description
string givenName

Given name.

string surname

Surname.

string locale

Locale. Might be missing due to historical data gap.

Properties

View Source

GivenName

Given name.

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

Locale

Locale. Might be missing due to historical data gap.

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

Surname

Surname.

Declaration
public string Surname { get; protected set; }
Property Value
Type Description
string

See Also

AddonAssignedDetails
AddonRemovedDetails
MemberAddNameDetails
MemberChangeNameDetails
ProductAssignedToMemberDetails
ProductRemovedFromMemberDetails
  • View Source
In this article
Back to top Dropbox .NET SDK