Class SecondaryTeamRequestAcceptedDetails
Team merge request acceptance details shown to the secondary team
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SecondaryTeamRequestAcceptedDetails
Constructors
View SourceSecondaryTeamRequestAcceptedDetails(string, string)
Initializes a new instance of the SecondaryTeamRequestAcceptedDetails class.
Declaration
public SecondaryTeamRequestAcceptedDetails(string primaryTeam, string sentBy)
Parameters
| Type | Name | Description |
|---|---|---|
| string | primaryTeam | The primary team name. |
| string | sentBy | The name of the secondary team admin who sent the request originally. |
Properties
View SourcePrimaryTeam
The primary team name.
Declaration
public string PrimaryTeam { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SentBy
The name of the secondary team admin who sent the request originally.
Declaration
public string SentBy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |