Show / Hide Table of Contents

Class TrustedNonTeamMemberLogInfo

User that is not a member of the team but considered trusted.

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

Constructors

| Improve this Doc View Source

TrustedNonTeamMemberLogInfo(TrustedNonTeamMemberType, String, String, String, TeamLogInfo)

Initializes a new instance of the TrustedNonTeamMemberLogInfo class.

Declaration
public TrustedNonTeamMemberLogInfo(TrustedNonTeamMemberType trustedNonTeamMemberType, string accountId = null, string displayName = null, string email = null, TeamLogInfo team = null)
Parameters
Type Name Description
TrustedNonTeamMemberType trustedNonTeamMemberType

Indicates the type of the member of a trusted team.

System.String accountId

User unique ID.

System.String displayName

User display name.

System.String email

User email address.

TeamLogInfo team

Details about this user's trusted team.

Properties

| Improve this Doc View Source

Team

Details about this user's trusted team.

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

TrustedNonTeamMemberType

Indicates the type of the member of a trusted team.

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