Class TeamName
Team name details
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamName
Constructors
View SourceTeamName(string, string)
Initializes a new instance of the TeamName class.
Declaration
public TeamName(string teamDisplayName, string teamLegalName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamDisplayName | Team's display name. |
| string | teamLegalName | Team's legal name. |
Properties
View SourceTeamDisplayName
Team's display name.
Declaration
public string TeamDisplayName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TeamLegalName
Team's legal name.
Declaration
public string TeamLegalName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |