Class TrustedNonTeamMemberLogInfo
User that is not a member of the team but considered trusted.
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 TrustedNonTeamMemberLogInfo : UserLogInfo
Constructors
| Improve this Doc View SourceTrustedNonTeamMemberLogInfo(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 | User email address. |
|
| TeamLogInfo | team | Details about this user's trusted team. |
Properties
| Improve this Doc View SourceTeam
Details about this user's trusted team.
Declaration
public TeamLogInfo Team { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TeamLogInfo |
TrustedNonTeamMemberType
Indicates the type of the member of a trusted team.
Declaration
public TrustedNonTeamMemberType TrustedNonTeamMemberType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TrustedNonTeamMemberType |