Class TeamMergeRequestExpiredShownToPrimaryTeamDetails
Team merge request expired.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamMergeRequestExpiredShownToPrimaryTeamDetails
Constructors
View SourceTeamMergeRequestExpiredShownToPrimaryTeamDetails(string, string)
Initializes a new instance of the TeamMergeRequestExpiredShownToPrimaryTeamDetails class.
Declaration
public TeamMergeRequestExpiredShownToPrimaryTeamDetails(string secondaryTeam, string sentBy)
Parameters
| Type | Name | Description |
|---|---|---|
| string | secondaryTeam | The secondary team name. |
| string | sentBy | The name of the secondary team admin who sent the request originally. |
Properties
View SourceSecondaryTeam
The secondary team name.
Declaration
public string SecondaryTeam { 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 |