Class SpaceCapsType
Space limit alert policy
Inheritance
SpaceCapsType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceCapsType
Constructors
View SourceSpaceCapsType()
Initializes a new instance of the SpaceCapsType class.
Declaration
public SpaceCapsType()
Properties
View SourceAsHard
Gets this instance as a Hard, or null.
Declaration
public SpaceCapsType.Hard AsHard { get; }
Property Value
| Type | Description |
|---|---|
| SpaceCapsType.Hard |
AsOff
Gets this instance as a Off, or null.
Declaration
public SpaceCapsType.Off AsOff { get; }
Property Value
| Type | Description |
|---|---|
| SpaceCapsType.Off |
AsOther
Gets this instance as a Other, or null.
Declaration
public SpaceCapsType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SpaceCapsType.Other |
AsSoft
Gets this instance as a Soft, or null.
Declaration
public SpaceCapsType.Soft AsSoft { get; }
Property Value
| Type | Description |
|---|---|
| SpaceCapsType.Soft |
IsHard
Gets a value indicating whether this instance is Hard
Declaration
public bool IsHard { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSoft
Gets a value indicating whether this instance is Soft
Declaration
public bool IsSoft { get; }
Property Value
| Type | Description |
|---|---|
| bool |