Show / Hide Table of Contents

Class UserNameLogInfo

User's name logged information

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

Constructors

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

Given name.

System.String surname

Surname.

System.String locale

Locale. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

GivenName

Given name.

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

Locale

Locale. Might be missing due to historical data gap.

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

Surname

Surname.

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

See Also

MemberAddNameDetails
MemberChangeNameDetails
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX