Class TeamMergeRequestRejectedShownToSecondaryTeamDetails
Rejected a team merge request.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamMergeRequestRejectedShownToSecondaryTeamDetails
Constructors
View SourceTeamMergeRequestRejectedShownToSecondaryTeamDetails(string)
Initializes a new instance of the TeamMergeRequestRejectedShownToSecondaryTeamDetails class.
Declaration
public TeamMergeRequestRejectedShownToSecondaryTeamDetails(string sentBy)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sentBy | The name of the secondary team admin who sent the request originally. |
Properties
View SourceSentBy
The name of the secondary team admin who sent the request originally.
Declaration
public string SentBy { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |