Dropbox .NET SDK

Class TeamMergeToDetails

Merged this team into another team.

Inheritance
object
TeamMergeToDetails
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 TeamMergeToDetails

Constructors

View Source

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

TeamName

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

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