Class TeamGetInfoResult
The team get info result object
Inheritance
System.Object
TeamGetInfoResult
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamGetInfoResult
Constructors
| Improve this Doc View SourceTeamGetInfoResult(String, String, UInt32, UInt32, TeamMemberPolicies)
Initializes a new instance of the Team
Declaration
public TeamGetInfoResult(string name, string teamId, uint numLicensedUsers, uint numProvisionedUsers, TeamMemberPolicies policies)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | The name of the team. |
System. |
teamId | The ID of the team. |
System. |
numLicensedUsers | The number of licenses available to the team. |
System. |
numProvisionedUsers | The number of accounts that have been invited or are already active members of the team. |
Team |
policies | The policies |
Properties
| Improve this Doc View SourceName
The name of the team.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
NumLicensedUsers
The number of licenses available to the team.
Declaration
public uint NumLicensedUsers { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|
System. |
Policies
Gets the policies of the team get info result
Declaration
public TeamMemberPolicies Policies { get; protected set; }
Property Value
Type | Description |
---|---|
Team |
TeamId
The ID of the team.
Declaration
public string TeamId { get; protected set; }
Property Value
Type | Description |
---|---|
System. |