Show / Hide Table of Contents

Class NonTeamMemberLogInfo

Non team member's logged information.

Inheritance
System.Object
UserLogInfo
NonTeamMemberLogInfo
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 NonTeamMemberLogInfo : UserLogInfo

Constructors

| Improve this Doc View Source

NonTeamMemberLogInfo(String, String, String)

Initializes a new instance of the NonTeamMemberLogInfo class.

Declaration
public NonTeamMemberLogInfo(string accountId = null, string displayName = null, string email = null)
Parameters
Type Name Description
System.String accountId

User unique ID.

System.String displayName

User display name.

System.String email

User email address.

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