Class MemberChangeStatusDetails
Changed member status (invited, joined, suspended, etc.).
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MemberChangeStatusDetails
Constructors
| Improve this Doc View SourceMemberChangeStatusDetails(MemberStatus, MemberStatus, ActionDetails, String, String)
Initializes a new instance of the Member
Declaration
public MemberChangeStatusDetails(MemberStatus newValue, MemberStatus previousValue = null, ActionDetails action = null, string newTeam = null, string previousTeam = null)
Parameters
Type | Name | Description |
---|---|---|
Member |
newValue | New member status. |
Member |
previousValue | Previous member status. Might be missing due to historical data gap. |
Action |
action | Additional information indicating the action taken that caused status change. |
System. |
newTeam | The user's new team name. This field is relevant when the user is transferred off the team. |
System. |
previousTeam | The user's previous team name. This field is relevant when the user is transferred onto the team. |
Properties
| Improve this Doc View SourceAction
Additional information indicating the action taken that caused status change.
Declaration
public ActionDetails Action { get; protected set; }
Property Value
Type | Description |
---|---|
Action |
NewTeam
The user's new team name. This field is relevant when the user is transferred off the team.
Declaration
public string NewTeam { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
NewValue
New member status.
Declaration
public MemberStatus NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
Member |
PreviousTeam
The user's previous team name. This field is relevant when the user is transferred onto the team.
Declaration
public string PreviousTeam { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
PreviousValue
Previous member status. Might be missing due to historical data gap.
Declaration
public MemberStatus PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
Member |