Show / Hide Table of Contents

Class Team

Information about a team.

Inheritance
System.Object
Team
FullTeam
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class Team

Constructors

| Improve this Doc View Source

Team(String, String)

Initializes a new instance of the Team class.

Declaration
public Team(string id, string name)
Parameters
Type Name Description
System.String id

The team's unique ID.

System.String name

The name of the team.

Properties

| Improve this Doc View Source

Id

The team's unique ID.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The name of the team.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String

See Also

FullTeam
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Team(String, String)
  • Properties
    • Id
    • Name
  • See Also
Back to top Generated by DocFX