Class NonTeamMemberLogInfo
Non team member's logged information.
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 NonTeamMemberLogInfo : UserLogInfo
Constructors
| Improve this Doc View SourceNonTeamMemberLogInfo(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 | User email address. |