Dropbox .NET SDK

Class TrustedNonTeamMemberLogInfo

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

Inheritance
object
UserLogInfo
TrustedNonTeamMemberLogInfo
Inherited Members
UserLogInfo.IsNonTeamMember
UserLogInfo.AsNonTeamMember
UserLogInfo.IsTeamMember
UserLogInfo.AsTeamMember
UserLogInfo.IsTrustedNonTeamMember
UserLogInfo.AsTrustedNonTeamMember
UserLogInfo.AccountId
UserLogInfo.DisplayName
UserLogInfo.Email
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedNonTeamMemberLogInfo : UserLogInfo

Constructors

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.

string accountId

User unique ID.

string displayName

User display name.

string email

User email address.

TeamLogInfo team

Details about this user's trusted team.

Properties

View Source

Team

Details about this user's trusted team.

Declaration
public TeamLogInfo Team { get; protected set; }
Property Value
Type Description
TeamLogInfo
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
  • View Source
In this article
Back to top Dropbox .NET SDK