Dropbox .NET SDK
Show / Hide Table of Contents

Class SpaceAllocation.Team

The user shares space with other members of their team.

Inheritance
object
SpaceAllocation
SpaceAllocation.Team
Inherited Members
SpaceAllocation.IsIndividual
SpaceAllocation.AsIndividual
SpaceAllocation.IsTeam
SpaceAllocation.AsTeam
SpaceAllocation.IsOther
SpaceAllocation.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Users
Assembly: Dropbox.Api.dll
Syntax
public sealed class SpaceAllocation.Team : SpaceAllocation

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public TeamSpaceAllocation Value { get; }
Property Value
Type Description
TeamSpaceAllocation
  • View Source
In this article
Back to top Dropbox .NET SDK