Class TrustedNonTeamMemberLogInfo
User that is not a member of the team but considered trusted.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedNonTeamMemberLogInfo : UserLogInfo
Constructors
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. |
| string | accountId | User unique ID. |
| string | displayName | User display name. |
| string | User email address. |
|
| TeamLogInfo | team | Details about this user's trusted team. |
Properties
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 |