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 MemberChangeStatusDetails class.
Declaration
public MemberChangeStatusDetails(MemberStatus newValue, MemberStatus previousValue = null, ActionDetails action = null, string newTeam = null, string previousTeam = null)
Parameters
Type | Name | Description |
---|---|---|
MemberStatus | newValue | New member status. |
MemberStatus | previousValue | Previous member status. Might be missing due to historical data gap. |
ActionDetails | action | Additional information indicating the action taken that caused status change. |
System.String | newTeam | The user's new team name. This field is relevant when the user is transferred off the team. |
System.String | 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 |
---|---|
ActionDetails |
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.String |
NewValue
New member status.
Declaration
public MemberStatus NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
MemberStatus |
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.String |
PreviousValue
Previous member status. Might be missing due to historical data gap.
Declaration
public MemberStatus PreviousValue { get; protected set; }
Property Value
Type | Description |
---|---|
MemberStatus |