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