Show / Hide Table of Contents

Class TeamMemberLogInfo

Team member's logged information.

Inheritance
System.Object
UserLogInfo
TeamMemberLogInfo
Inherited Members
UserLogInfo.IsTeamMember
UserLogInfo.AsTeamMember
UserLogInfo.IsTrustedNonTeamMember
UserLogInfo.AsTrustedNonTeamMember
UserLogInfo.IsNonTeamMember
UserLogInfo.AsNonTeamMember
UserLogInfo.AccountId
UserLogInfo.DisplayName
UserLogInfo.Email
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 TeamMemberLogInfo : UserLogInfo

Constructors

| Improve this Doc View Source

TeamMemberLogInfo(String, String, String, String, String, TeamLogInfo)

Declaration
public TeamMemberLogInfo(string accountId = null, string displayName = null, string email = null, string teamMemberId = null, string memberExternalId = null, TeamLogInfo team = null)
Parameters
Type Name Description
System.String accountId
System.String displayName
System.String email
System.String teamMemberId
System.String memberExternalId
TeamLogInfo team

Properties

| Improve this Doc View Source

MemberExternalId

Team member external ID.

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

Team

Declaration
public TeamLogInfo Team { get; protected set; }
Property Value
Type Description
TeamLogInfo
| Improve this Doc View Source

TeamMemberId

Team member ID.

Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX