Class UserNameLogInfo
User's name logged information
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class UserNameLogInfo
Constructors
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 |
|---|---|---|
| string | givenName | Given name. |
| string | surname | Surname. |
| string | locale | Locale. Might be missing due to historical data gap. |
Properties
View SourceGivenName
Given name.
Declaration
public string GivenName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Locale
Locale. Might be missing due to historical data gap.
Declaration
public string Locale { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Surname
Surname.
Declaration
public string Surname { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |