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 TeamGetInfoResult class.
Declaration
public TeamGetInfoResult(string name, string teamId, uint numLicensedUsers, uint numProvisionedUsers, TeamMemberPolicies policies)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the team. |
System.String | teamId | The ID of the team. |
System.UInt32 | numLicensedUsers | The number of licenses available to the team. |
System.UInt32 | numProvisionedUsers | The number of accounts that have been invited or are already active members of the team. |
TeamMemberPolicies | 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.String |
NumLicensedUsers
The number of licenses available to the team.
Declaration
public uint NumLicensedUsers { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
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.UInt32 |
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 |
---|---|
System.String |