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 SourceUserNameLogInfo(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 SourceGivenName
Given name.
Declaration
public string GivenName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Locale
Locale. Might be missing due to historical data gap.
Declaration
public string Locale { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Surname
Surname.
Declaration
public string Surname { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |