Class TeamMergeFromDetails
Merged another team into this team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamMergeFromDetails
Constructors
View SourceTeamMergeFromDetails(string)
Initializes a new instance of the TeamMergeFromDetails class.
Declaration
public TeamMergeFromDetails(string teamName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamName | The name of the team that was merged into this team. |
Properties
View SourceTeamName
The name of the team that was merged into this team.
Declaration
public string TeamName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |