Class Team
Information about a team.
Inherited Members
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public class Team
Constructors
View SourceTeam(string, string)
Initializes a new instance of the Team class.
Declaration
public Team(string id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The team's unique ID. |
| string | name | The name of the team. |
Properties
View SourceId
The team's unique ID.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the team.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |