Show / Hide Table of Contents

Class SpaceAllocation.Team

The user shares space with other members of their team.

Inheritance
System.Object
SpaceAllocation
SpaceAllocation.Team
Inherited Members
SpaceAllocation.IsIndividual
SpaceAllocation.AsIndividual
SpaceAllocation.IsTeam
SpaceAllocation.AsTeam
SpaceAllocation.IsOther
SpaceAllocation.AsOther
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 sealed class Team : SpaceAllocation

Constructors

| Improve this Doc View Source

Team(TeamSpaceAllocation)

Initializes a new instance of the SpaceAllocation.Team class.

Declaration
public Team(TeamSpaceAllocation value)
Parameters
Type Name Description
TeamSpaceAllocation value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public TeamSpaceAllocation Value { get; }
Property Value
Type Description
TeamSpaceAllocation
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Team(TeamSpaceAllocation)
  • Properties
    • Value
Back to top Generated by DocFX