Class FullTeam
Detailed information about a team.
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.Users
Assembly: Dropbox.Api.dll
Syntax
public class FullTeam : Team
  Constructors
| Improve this Doc View SourceFullTeam(String, String, TeamSharingPolicies, OfficeAddInPolicy)
Initializes a new instance of the FullTeam class.
Declaration
public FullTeam(string id, string name, TeamSharingPolicies sharingPolicies, OfficeAddInPolicy officeAddinPolicy)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | The team's unique ID.  | 
      
| System.String | name | The name of the team.  | 
      
| TeamSharingPolicies | sharingPolicies | Team policies governing sharing.  | 
      
| OfficeAddInPolicy | officeAddinPolicy | Team policy governing the use of the Office Add-In.  | 
      
Properties
| Improve this Doc View SourceOfficeAddinPolicy
Team policy governing the use of the Office Add-In.
Declaration
public OfficeAddInPolicy OfficeAddinPolicy { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| OfficeAddInPolicy | 
SharingPolicies
Team policies governing sharing.
Declaration
public TeamSharingPolicies SharingPolicies { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| TeamSharingPolicies |