Class TeamGetInfoResult
The team get info result object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamGetInfoResult
Constructors
View SourceTeamGetInfoResult(string, string, uint, uint, TeamMemberPolicies, uint)
Initializes a new instance of the TeamGetInfoResult class.
Declaration
public TeamGetInfoResult(string name, string teamId, uint numLicensedUsers, uint numProvisionedUsers, TeamMemberPolicies policies, uint numUsedLicenses = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the team. |
| string | teamId | The ID of the team. |
| uint | numLicensedUsers | The number of licenses available to the team. |
| uint | numProvisionedUsers | The number of accounts that have been invited or are already active members of the team. |
| TeamMemberPolicies | policies | The policies |
| uint | numUsedLicenses | The number of licenses used on the team. |
Properties
View SourceName
The name of the team.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
NumLicensedUsers
The number of licenses available to the team.
Declaration
public uint NumLicensedUsers { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
NumProvisionedUsers
The number of accounts that have been invited or are already active members of the team.
Declaration
public uint NumProvisionedUsers { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
NumUsedLicenses
The number of licenses used on the team.
Declaration
public uint NumUsedLicenses { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
Policies
Gets the policies of the team get info result
Declaration
public TeamMemberPolicies Policies { get; protected set; }
Property Value
| Type | Description |
|---|---|
| TeamMemberPolicies |
TeamId
The ID of the team.
Declaration
public string TeamId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |