Show / Hide Table of Contents

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 Source

TeamGetInfoResult(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 Source

Name

The name of the team.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NumLicensedUsers

The number of licenses available to the team.

Declaration
public uint NumLicensedUsers { get; protected set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

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
| Improve this Doc View Source

Policies

Gets the policies of the team get info result

Declaration
public TeamMemberPolicies Policies { get; protected set; }
Property Value
Type Description
TeamMemberPolicies
| Improve this Doc View Source

TeamId

The ID of the team.

Declaration
public string TeamId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamGetInfoResult(String, String, UInt32, UInt32, TeamMemberPolicies)
  • Properties
    • Name
    • NumLicensedUsers
    • NumProvisionedUsers
    • Policies
    • TeamId
Back to top Generated by DocFX