Class UserLogInfo
User's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class UserLogInfo
Constructors
View SourceUserLogInfo(string, string, string)
Initializes a new instance of the UserLogInfo class.
Declaration
protected UserLogInfo(string accountId = null, string displayName = null, string email = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accountId | User unique ID. |
| string | displayName | User display name. |
| string | User email address. |
Properties
View SourceAccountId
User unique ID.
Declaration
public string AccountId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
AsNonTeamMember
Gets this instance as a NonTeamMemberLogInfo, or
null.
Declaration
public NonTeamMemberLogInfo AsNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| NonTeamMemberLogInfo |
AsTeamMember
Gets this instance as a TeamMemberLogInfo, or
null.
Declaration
public TeamMemberLogInfo AsTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| TeamMemberLogInfo |
AsTrustedNonTeamMember
Gets this instance as a TrustedNonTeamMemberLogInfo, or
null.
Declaration
public TrustedNonTeamMemberLogInfo AsTrustedNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| TrustedNonTeamMemberLogInfo |
DisplayName
User display name.
Declaration
public string DisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
User email address.
Declaration
public string Email { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
IsNonTeamMember
Gets a value indicating whether this instance is NonTeamMember
Declaration
public bool IsNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTeamMember
Gets a value indicating whether this instance is TeamMember
Declaration
public bool IsTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTrustedNonTeamMember
Gets a value indicating whether this instance is TrustedNonTeamMember
Declaration
public bool IsTrustedNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| bool |