Dropbox .NET SDK

Class SpaceCapsType

Space limit alert policy

Inheritance
object
SpaceCapsType
SpaceCapsType.Hard
SpaceCapsType.Off
SpaceCapsType.Other
SpaceCapsType.Soft
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceCapsType

Constructors

View Source

SpaceCapsType()

Initializes a new instance of the SpaceCapsType class.

Declaration
public SpaceCapsType()

Properties

View Source

AsHard

Gets this instance as a Hard, or null.

Declaration
public SpaceCapsType.Hard AsHard { get; }
Property Value
Type Description
SpaceCapsType.Hard
View Source

AsOff

Gets this instance as a Off, or null.

Declaration
public SpaceCapsType.Off AsOff { get; }
Property Value
Type Description
SpaceCapsType.Off
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SpaceCapsType.Other AsOther { get; }
Property Value
Type Description
SpaceCapsType.Other
View Source

AsSoft

Gets this instance as a Soft, or null.

Declaration
public SpaceCapsType.Soft AsSoft { get; }
Property Value
Type Description
SpaceCapsType.Soft
View Source

IsHard

Gets a value indicating whether this instance is Hard

Declaration
public bool IsHard { get; }
Property Value
Type Description
bool
View Source

IsOff

Gets a value indicating whether this instance is Off

Declaration
public bool IsOff { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsSoft

Gets a value indicating whether this instance is Soft

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