Dropbox .NET SDK

Class TeamMergeFromDetails

Merged another team into this team.

Inheritance
object
TeamMergeFromDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamMergeFromDetails

Constructors

View Source

TeamMergeFromDetails(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 Source

TeamName

The name of the team that was merged into this team.

Declaration
public string TeamName { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK