Show / Hide Table of Contents

Class TeamMergeToDetails

Merged this team into another team.

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

Constructors

| Improve this Doc View Source

TeamMergeToDetails(String)

Initializes a new instance of the TeamMergeToDetails class.

Declaration
public TeamMergeToDetails(string teamName)
Parameters
Type Name Description
System.String teamName

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamMergeToDetails(String)
  • Properties
    • TeamName
Back to top Generated by DocFX